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

Unified Diff: third_party/WebKit/Source/web/ChromeClientImpl.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/ChromeClientImpl.h
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
index 72f56e201201adc4ee3b647d722e5ba41db59d49..85e9a8d0c4bd9a4da0078caf4fc9cf6c62f91086 100644
--- a/third_party/WebKit/Source/web/ChromeClientImpl.h
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
@@ -178,6 +178,7 @@ public:
void showUnhandledTapUIIfNeeded(IntPoint, Node*, bool) override;
void onMouseDown(Node*) override;
void didUpdateTopControls() const override;
+ void didUpdateRootScrollerLayer(WebLayer*) const override;
CompositorProxyClient* createCompositorProxyClient(LocalFrame*) override;
FloatSize elasticOverscroll() const override;

Powered by Google App Engine
This is Rietveld 408576698