| Index: cc/input/input_handler.h
|
| diff --git a/cc/input/input_handler.h b/cc/input/input_handler.h
|
| index 4912ac883d732af40557afc9f453abb4b63a4106..020862726a3c65c859dc835e046dbf4800290e1d 100644
|
| --- a/cc/input/input_handler.h
|
| +++ b/cc/input/input_handler.h
|
| @@ -142,6 +142,7 @@ class CC_EXPORT InputHandler {
|
| virtual bool IsCurrentlyScrollingLayerAt(const gfx::Point& viewport_point,
|
| ScrollInputType type) = 0;
|
|
|
| + virtual bool HaveWheelEventHandlersAt(const gfx::Point& viewport_point) = 0;
|
| virtual bool HaveTouchEventHandlersAt(const gfx::Point& viewport_point) = 0;
|
|
|
| // Calling CreateLatencyInfoSwapPromiseMonitor() to get a scoped
|
|
|