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

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.h

Issue 2791223002: Notify Blink to suppress frame requests during BeginMainFrame (Closed)
Patch Set: DCHECK update 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
Index: third_party/WebKit/Source/web/WebViewImpl.h
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
index dddbf860eedc25b328fdde5aa927bb1f9d6b6c76..969230649ba8ac8fa3ab264048bf6388c49f0b2d 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -130,6 +130,7 @@ class WEB_EXPORT WebViewImpl final
void didEnterFullscreen() override;
void didExitFullscreen() override;
+ void setSuppressFrameRequestsWorkaroundFor704763Only(bool) override;
void beginFrame(double lastFrameTimeMonotonic) override;
void updateAllLifecyclePhases() override;

Powered by Google App Engine
This is Rietveld 408576698