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

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

Issue 2069713002: Make all gesture scrolls use customization path internally (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Gesture scrolls are now on scroll customization path 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.h
diff --git a/third_party/WebKit/Source/core/page/scrolling/RootScrollerController.h b/third_party/WebKit/Source/core/page/scrolling/RootScrollerController.h
index 2d5261c6694b74edc0f9c37e7be8cb1b699cd363..778d419605668562651b968751d818541644a35d 100644
--- a/third_party/WebKit/Source/core/page/scrolling/RootScrollerController.h
+++ b/third_party/WebKit/Source/core/page/scrolling/RootScrollerController.h
@@ -52,7 +52,7 @@ public:
// Creates an apply scroll callback that handles viewport actions like
// TopControls movement and Overscroll.
static ViewportScrollCallback* createViewportApplyScroll(
- TopControls&, OverscrollController&);
+ TopControls*, OverscrollController*);
tdresser 2016/06/23 14:34:29 We should mention ownership of TopControls and Ove
bokan 2016/06/23 16:12:30 Done. Mentioned it here and in ViewportScrollCallb
DECLARE_TRACE();

Powered by Google App Engine
This is Rietveld 408576698