Index: content/browser/renderer_host/input/buffered_input_router.h |
diff --git a/content/browser/renderer_host/input/buffered_input_router.h b/content/browser/renderer_host/input/buffered_input_router.h |
index e1652f5a89f8d25c1830656357170abcf239f669..5830c2bd6ab6b7dedd388466893986c8b0ab3ed5 100644 |
--- a/content/browser/renderer_host/input/buffered_input_router.h |
+++ b/content/browser/renderer_host/input/buffered_input_router.h |
@@ -67,7 +67,6 @@ class CONTENT_EXPORT BufferedInputRouter |
virtual bool ShouldForwardTouchEvent() const OVERRIDE; |
virtual bool ShouldForwardGestureEvent( |
const GestureEventWithLatencyInfo& gesture_event) const OVERRIDE; |
- virtual bool HasQueuedGestureEvents() const OVERRIDE; |
// InputQueueClient |
virtual void Deliver(const EventPacket& packet) OVERRIDE; |