fix: css transparent background being lost (#32593)

This commit is contained in:
Shelley Vohr 2022-01-27 15:56:35 +01:00 committed by GitHub
parent 86f8faea6b
commit 3768a7b25f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 836 additions and 5 deletions

View file

@ -578,6 +578,7 @@ class WebContents : public ExclusiveAccessContext,
// content::WebContentsObserver:
void BeforeUnloadFired(bool proceed,
const base::TimeTicks& proceed_time) override;
void OnBackgroundColorChanged() override;
void RenderFrameCreated(content::RenderFrameHost* render_frame_host) override;
void RenderFrameDeleted(content::RenderFrameHost* render_frame_host) override;
void RenderFrameHostChanged(content::RenderFrameHost* old_host,