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

Unified Diff: third_party/WebKit/Source/core/page/ChromeClient.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/core/page/ChromeClient.h
diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h
index 6f55c92a086890b6b9452a03ce54111917ad9e03..1cda8496fa1aa9d57483f505480b613598f3035f 100644
--- a/third_party/WebKit/Source/core/page/ChromeClient.h
+++ b/third_party/WebKit/Source/core/page/ChromeClient.h
@@ -70,6 +70,7 @@ class PopupOpeningObserver;
class WebDragData;
class WebFrameScheduler;
class WebImage;
+class WebLayer;
struct CompositedSelection;
struct DateTimeChooserParameters;
@@ -266,6 +267,7 @@ public:
virtual void onMouseDown(Node*) { }
virtual void didUpdateTopControls() const { }
+ virtual void didUpdateRootScrollerLayer(WebLayer*) const { }
virtual void registerPopupOpeningObserver(PopupOpeningObserver*) = 0;
virtual void unregisterPopupOpeningObserver(PopupOpeningObserver*) = 0;

Powered by Google App Engine
This is Rietveld 408576698