| 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 b49c778b0971c7c991fcd57289336dca150cfa2a..e06113b3e5819b433aa80ccf59b533bd4b17fbfc 100644
|
| --- a/content/browser/renderer_host/input/input_router_impl.h
|
| +++ b/content/browser/renderer_host/input/input_router_impl.h
|
| @@ -74,6 +74,7 @@ class CONTENT_EXPORT InputRouterImpl
|
| virtual const NativeWebKeyboardEvent* GetLastKeyboardEvent() const OVERRIDE;
|
| virtual bool ShouldForwardTouchEvent() const OVERRIDE;
|
| virtual void OnViewUpdated(int view_flags) OVERRIDE;
|
| + virtual bool HasPendingEvents() const OVERRIDE;
|
|
|
| // IPC::Listener
|
| virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
| @@ -205,8 +206,6 @@ private:
|
| // all events have been dispatched (i.e., |HasPendingEvents()| is false).
|
| void SignalFlushedIfNecessary();
|
|
|
| - bool HasPendingEvents() const;
|
| -
|
| bool IsInOverscrollGesture() const;
|
|
|
| int routing_id() const { return routing_id_; }
|
|
|