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

Unified Diff: third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h

Issue 2728253002: Remove indirection: setup scrollbar scroll layers in the scrollbar constructor (Closed)
Patch Set: Really fix reivewer comment 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/core/page/scrolling/ScrollingCoordinator.h
diff --git a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
index 24f17a566b162376a473503f3114f0801b4bd991..787279c1e517ddb10de66395b383c25ff1a84e13 100644
--- a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
+++ b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
@@ -49,6 +49,7 @@ class Page;
class PaintLayer;
class Region;
class ScrollableArea;
+class WebLayer;
class WebLayerTreeView;
class WebScrollbarLayer;
@@ -105,7 +106,8 @@ class CORE_EXPORT ScrollingCoordinator final
ScrollbarOrientation,
int thumbThickness,
int trackStart,
- bool isLeftSideVerticalScrollbar);
+ bool isLeftSideVerticalScrollbar,
+ WebLayer* scrollLayer);
void willDestroyScrollableArea(ScrollableArea*);
// Returns true if the coordinator handled this change.

Powered by Google App Engine
This is Rietveld 408576698