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

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

Issue 2113483002: Make RootScroller set the outer viewport scroll layer in the compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 70905512f151dc17ad4376ec6ec27677327c4487..c13d4ee123f5f53e5bbed4bd51ab73904437c78d 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -495,6 +495,9 @@ public:
// Called anytime top controls layout height or content offset have changed.
void didUpdateTopControls();
+ // Called to update the root scroller layer on the compositor.
+ void didUpdateRootScrollerLayer(WebLayer*);
+
void forceNextWebGLContextCreationToFail() override;
void forceNextDrawingBufferCreationToFail() override;

Powered by Google App Engine
This is Rietveld 408576698