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

Unified Diff: cc/trees/layer_tree_host_impl.h

Issue 1223713004: Cleanup viewport scrolling for future scroll customization work. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix value of report_overscroll_only_for_scrollable_axes on Aura. Created 5 years, 5 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: cc/trees/layer_tree_host_impl.h
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
index f7a3e99be0a9251320fb340c8f7d89e3165c1039..59c071626e8e878d1ec78d82f6b756bb9375fb68 100644
--- a/cc/trees/layer_tree_host_impl.h
+++ b/cc/trees/layer_tree_host_impl.h
@@ -527,7 +527,7 @@ class CC_EXPORT LayerTreeHostImpl
gfx::Vector2dF ScrollLayer(LayerImpl* layer_impl,
const gfx::Vector2dF& delta,
const gfx::Point& viewport_point,
- bool is_wheel_scroll);
+ bool is_direct_manipulation);
// Record main frame timing information.
// |start_of_main_frame_args| is the BeginFrameArgs of the beginning of the

Powered by Google App Engine
This is Rietveld 408576698