| 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 e12b7510ccf0118b1a27d1dc7070491a46b05ffb..0ad22a8bb81e9c4ea516835b3478e5d1e0e014dd 100644
|
| --- a/content/browser/renderer_host/input/input_router_impl.h
|
| +++ b/content/browser/renderer_host/input/input_router_impl.h
|
| @@ -63,6 +63,7 @@ class CONTENT_EXPORT InputRouterImpl
|
| virtual const NativeWebKeyboardEvent* GetLastKeyboardEvent() const OVERRIDE;
|
| virtual bool ShouldForwardTouchEvent() const OVERRIDE;
|
| virtual void OnViewUpdated(int view_flags) OVERRIDE;
|
| + virtual void DidStopFlinging() OVERRIDE;
|
|
|
| // IPC::Listener
|
| virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
|
|