| 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 59c071626e8e878d1ec78d82f6b756bb9375fb68..f7a3e99be0a9251320fb340c8f7d89e3165c1039 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -527,7 +527,7 @@
|
| gfx::Vector2dF ScrollLayer(LayerImpl* layer_impl,
|
| const gfx::Vector2dF& delta,
|
| const gfx::Point& viewport_point,
|
| - bool is_direct_manipulation);
|
| + bool is_wheel_scroll);
|
|
|
| // Record main frame timing information.
|
| // |start_of_main_frame_args| is the BeginFrameArgs of the beginning of the
|
|
|