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

Unified Diff: third_party/WebKit/Source/core/page/scrolling/RootScrollerController.cpp

Issue 2069713002: Make all gesture scrolls use customization path internally (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase + Fix test 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/scrolling/RootScrollerController.cpp
diff --git a/third_party/WebKit/Source/core/page/scrolling/RootScrollerController.cpp b/third_party/WebKit/Source/core/page/scrolling/RootScrollerController.cpp
index 66d8e483ee3a738025de0549255a15db1ea63b55..3822b25a1edc66b69aaa002e0c44ec1a3e61c19e 100644
--- a/third_party/WebKit/Source/core/page/scrolling/RootScrollerController.cpp
+++ b/third_party/WebKit/Source/core/page/scrolling/RootScrollerController.cpp
@@ -74,7 +74,7 @@ bool isValidRootScroller(const Element& element)
} // namespace
ViewportScrollCallback* RootScrollerController::createViewportApplyScroll(
- TopControls& topControls, OverscrollController& overscrollController)
+ TopControls* topControls, OverscrollController* overscrollController)
{
return new ViewportScrollCallback(topControls, overscrollController);
}

Powered by Google App Engine
This is Rietveld 408576698