Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: content/renderer/render_view_impl.h

Issue 11473027: [Android] Should not update IME status when gesture needs to be disambiguated (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change API again in https://bugs.webkit.org/show_bug.cgi?id=107605 Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/renderer/render_view_impl.cc » ('j') | content/renderer/render_widget.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « no previous file | content/renderer/render_view_impl.cc » ('j') | content/renderer/render_widget.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698