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

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

Issue 2791223002: Notify Blink to suppress frame requests during BeginMainFrame (Closed)
Patch Set: +willBeginMainFrameBasedSuppression Created 3 years, 9 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 423979ccaf185dd5f323b03bd6a77a6b8a645a1e..7068d278b4a89014c5906435c8c9b8530fe9161b 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -129,6 +129,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