Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2522)

Unified Diff: Source/web/WebViewImpl.h

Issue 1246173002: Throttle rendering pipeline for invisible iframes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Clean up logic. Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index e84a00a818a6744171be1668b1eca9f8c0098772..3007f5060e1701850db493e2b7cf5e64d6ef7a9b 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -117,6 +117,7 @@ public:
void paintCompositedDeprecated(WebCanvas*, const WebRect&) override;
#endif
void layoutAndPaintAsync(WebLayoutAndPaintAsyncCallback*) override;
+ void didCommitCompositorFrame() override;
void compositeAndReadbackAsync(WebCompositeAndReadbackAsyncCallback*) override;
void themeChanged() override;
bool handleInputEvent(const WebInputEvent&) override;

Powered by Google App Engine
This is Rietveld 408576698