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 3109d041a929d779e2c0d91bc69e80fc7df86eb3..7c7e10c6081d7841491aded55dada2845d47b5ea 100644 |
--- a/content/browser/renderer_host/input/input_router_impl.h |
+++ b/content/browser/renderer_host/input/input_router_impl.h |
@@ -201,10 +201,6 @@ class CONTENT_EXPORT InputRouterImpl |
int routing_id() const { return routing_id_; } |
- TouchAction allowed_touch_action() { |
- return touch_action_filter_.allowed_touch_action(); |
- } |
- |
IPC::Sender* sender_; |
InputRouterClient* client_; |
InputAckHandler* ack_handler_; |