| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 13c306fc2eb0c7e6be211f114467f82dfaacd8ce..245050f388e9afae6b9e0d89ca83b1c6cd08f214 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -407,6 +407,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,
|
| + bool event_cancelled) OVERRIDE;
|
|
|
| // WebKit::WebViewClient implementation --------------------------------------
|
|
|
| @@ -442,8 +444,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(
|
|
|