Index: content/browser/renderer_host/input/immediate_input_router.h |
diff --git a/content/browser/renderer_host/input/immediate_input_router.h b/content/browser/renderer_host/input/immediate_input_router.h |
index f5aa16780e795ae0a67e78e37cf09eca690c1b5b..1d1a0c0e168d3eb8814a1809b3e4575ea72f0504 100644 |
--- a/content/browser/renderer_host/input/immediate_input_router.h |
+++ b/content/browser/renderer_host/input/immediate_input_router.h |
@@ -62,7 +62,6 @@ class CONTENT_EXPORT ImmediateInputRouter |
virtual bool ShouldForwardTouchEvent() const OVERRIDE; |
virtual bool ShouldForwardGestureEvent( |
const GestureEventWithLatencyInfo& gesture_event) const OVERRIDE; |
- virtual bool HasQueuedGestureEvents() const OVERRIDE; |
// IPC::Listener |
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; |