| Index: cc/layer_tree_host_impl.h
|
| diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h
|
| index ff34cdec97711a5a22a12b3c670df24b9644e840..036c6bdd060e80c19ca3564612cee958fc513d2d 100644
|
| --- a/cc/layer_tree_host_impl.h
|
| +++ b/cc/layer_tree_host_impl.h
|
| @@ -109,8 +109,8 @@ public:
|
| virtual ~LayerTreeHostImpl();
|
|
|
| // InputHandlerClient implementation
|
| - virtual InputHandlerClient::ScrollStatus scrollBegin(const IntPoint&, InputHandlerClient::ScrollInputType) OVERRIDE;
|
| - virtual void scrollBy(const IntPoint&, const IntSize&) OVERRIDE;
|
| + virtual InputHandlerClient::ScrollStatus scrollBegin(const gfx::Point&, InputHandlerClient::ScrollInputType) OVERRIDE;
|
| + virtual void scrollBy(const gfx::Point&, const IntSize&) OVERRIDE;
|
| virtual void scrollEnd() OVERRIDE;
|
| virtual void pinchGestureBegin() OVERRIDE;
|
| virtual void pinchGestureUpdate(float, const IntPoint&) OVERRIDE;
|
|
|