| 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 0bfa19f111ee362f818e87c9695655617c596234..ce8484225089ada7d90bbfc0d73762736536bc14 100644
|
| --- a/content/browser/renderer_host/input/immediate_input_router.h
|
| +++ b/content/browser/renderer_host/input/immediate_input_router.h
|
| @@ -59,7 +59,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;
|
|
|