| Index: content/renderer/input/input_handler_wrapper.h
|
| diff --git a/content/renderer/input/input_handler_wrapper.h b/content/renderer/input/input_handler_wrapper.h
|
| index 5a9248ed74e2b68d728996893fd5acac9c6832e9..8e0097ff128881960ea1653599ef5d5f666690e6 100644
|
| --- a/content/renderer/input/input_handler_wrapper.h
|
| +++ b/content/renderer/input/input_handler_wrapper.h
|
| @@ -40,6 +40,9 @@ class InputHandlerWrapper : public ui::InputHandlerProxyClient {
|
| void WillShutdown() override;
|
| void TransferActiveWheelFlingAnimation(
|
| const blink::WebActiveWheelFlingParameters& params) override;
|
| + void DispatchNonBlockingEventToMainThread(
|
| + ui::ScopedWebInputEvent event,
|
| + const ui::LatencyInfo& latency_info) override;
|
| blink::WebGestureCurve* CreateFlingAnimationCurve(
|
| blink::WebGestureDevice deviceSource,
|
| const blink::WebFloatPoint& velocity,
|
|
|