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

Unified Diff: content/renderer/render_widget.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: Rebase + move from RenderViewImpl to RenderWidget 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
Index: content/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index 02b03b1b705012e7aed9edee1717fe84b31882cf..8b05d769aafa7e89c8919fa776fd097ee11bf546 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -141,6 +141,8 @@ class CONTENT_EXPORT RenderWidget
virtual WebKit::WebScreenInfo screenInfo();
virtual float deviceScaleFactor();
virtual void resetInputMethod();
+ virtual void didHandleGestureEvent(const WebKit::WebGestureEvent& event,
+ EventStatus event_status) OVERRIDE;
// Called when a plugin is moved. These events are queued up and sent with
// the next paint or scroll message to the host.

Powered by Google App Engine
This is Rietveld 408576698