| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 1079af746e056380e6f96ce2fa6eb51a69d400b0..7b505b2e6a1664a3641b327ca10838e137a63601 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -406,6 +406,8 @@ class CONTENT_EXPORT RenderViewImpl
|
| virtual void requestPointerUnlock();
|
| virtual bool isPointerLocked();
|
| virtual void didActivateCompositor(int input_handler_identifier);
|
| + virtual void didHandleGestureEvent(const WebKit::WebGestureEvent& event,
|
| + EventStatus event_status) OVERRIDE;
|
|
|
| // WebKit::WebViewClient implementation --------------------------------------
|
|
|
| @@ -441,8 +443,6 @@ class CONTENT_EXPORT RenderViewImpl
|
| virtual void didChangeSelection(bool is_selection_empty);
|
| virtual void didExecuteCommand(const WebKit::WebString& command_name);
|
| virtual bool handleCurrentKeyboardEvent();
|
| - virtual void didHandleGestureEvent(const WebKit::WebGestureEvent& event,
|
| - bool event_swallowed) OVERRIDE;
|
| virtual WebKit::WebColorChooser* createColorChooser(
|
| WebKit::WebColorChooserClient*, const WebKit::WebColor& initial_color);
|
| virtual bool runFileChooser(
|
|
|