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 |