| Index: ui/events/blink/input_handler_proxy_client.h
|
| diff --git a/ui/events/blink/input_handler_proxy_client.h b/ui/events/blink/input_handler_proxy_client.h
|
| index efc24ed6d17d4a83b8879422c96db83481f7d89a..fdc6afe15af4fd3e19caf4c90cdbced566c516fc 100644
|
| --- a/ui/events/blink/input_handler_proxy_client.h
|
| +++ b/ui/events/blink/input_handler_proxy_client.h
|
| @@ -32,6 +32,8 @@ class InputHandlerProxyClient {
|
| const blink::WebFloatPoint& velocity,
|
| const blink::WebSize& cumulative_scroll) = 0;
|
|
|
| + // Fired when the overscroll was NOT caused by InputEvent.
|
| + // InputEvent associated overscroll will be returned along with the callback.
|
| virtual void DidOverscroll(
|
| const gfx::Vector2dF& accumulated_overscroll,
|
| const gfx::Vector2dF& latest_overscroll_delta,
|
|
|