chore: remove no-op force-paint for hidden windows (#35532)

* chore: remove no-op force-paint for hidden windows

* fix build
This commit is contained in:
Jeremy Rose 2022-09-07 02:48:59 -07:00 committed by GitHub
parent 08ccc81574
commit 7d89cb1bd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 12 deletions

View file

@ -49,7 +49,6 @@ class BrowserWindow : public BaseWindow,
// content::WebContentsObserver:
void RenderViewHostChanged(content::RenderViewHost* old_host,
content::RenderViewHost* new_host) override;
void DidFirstVisuallyNonEmptyPaint() override;
void BeforeUnloadDialogCancelled() override;
void OnRendererUnresponsive(content::RenderProcessHost*) override;
void OnRendererResponsive(