Index: content/browser/renderer_host/input/input_router_impl.h |
diff --git a/content/browser/renderer_host/input/input_router_impl.h b/content/browser/renderer_host/input/input_router_impl.h |
index f42adfade718db1051c7d4acb765e410f9ee00b0..87b91e8480ec1f1a6f7081c5ce9379ed492382a4 100644 |
--- a/content/browser/renderer_host/input/input_router_impl.h |
+++ b/content/browser/renderer_host/input/input_router_impl.h |
@@ -127,6 +127,7 @@ private: |
void OnMsgMoveCaretAck(); |
void OnSelectMessageAck(); |
void OnHasTouchEventHandlers(bool has_handlers); |
+ void OnHasTouchMoveEventHandlers(bool has_handlers); |
void OnSetTouchAction(TouchAction touch_action); |
void OnDidStopFlinging(); |