| Index: cc/input/input_handler.h
|
| diff --git a/cc/input/input_handler.h b/cc/input/input_handler.h
|
| index 3ffd22018091117dfa49db89a57524b6fed48ac7..449c47170af0bf3a79570d1b0097be7b22becfd5 100644
|
| --- a/cc/input/input_handler.h
|
| +++ b/cc/input/input_handler.h
|
| @@ -170,7 +170,7 @@ class CC_EXPORT InputHandler {
|
| virtual bool IsCurrentlyScrollingLayerAt(const gfx::Point& viewport_point,
|
| ScrollInputType type) const = 0;
|
|
|
| - virtual bool HaveWheelEventHandlersAt(const gfx::Point& viewport_point) = 0;
|
| + virtual bool HaveWheelEventHandlers() const = 0;
|
|
|
| // Whether the page should be given the opportunity to suppress scrolling by
|
| // consuming touch events that started at |viewport_point|.
|
|
|