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

Unified Diff: third_party/WebKit/public/web/WebWidget.h

Issue 2813543003: Notify Blink to suppress frame requests during BeginMainFrame (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebWidget.h
diff --git a/third_party/WebKit/public/web/WebWidget.h b/third_party/WebKit/public/web/WebWidget.h
index 0fba421e9a371fd24f06733cd6be03ae74122762..50ca56f51c01e7fffe126a2fb4e093d1f209bef7 100644
--- a/third_party/WebKit/public/web/WebWidget.h
+++ b/third_party/WebKit/public/web/WebWidget.h
@@ -76,6 +76,9 @@ class WebWidget {
virtual void didEnterFullscreen() {}
virtual void didExitFullscreen() {}
+ // TODO(crbug.com/704763): Remove the need for this.
+ virtual void setSuppressFrameRequestsWorkaroundFor704763Only(bool) {}
+
// Called to update imperative animation state. This should be called before
// paint, although the client can rate-limit these calls.
// |lastFrameTimeMonotonic| is in seconds.
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698