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

Unified Diff: content/renderer/input/render_widget_input_handler_delegate.h

Issue 2681833006: [Android] Restart input only once on focus change (Closed)
Patch Set: fixed nit Created 3 years, 10 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/input/render_widget_input_handler_delegate.h
diff --git a/content/renderer/input/render_widget_input_handler_delegate.h b/content/renderer/input/render_widget_input_handler_delegate.h
index ad3518874f349b2a8d9291092ac489ec2b0e7351..f23ff3a1770cfd57a6aa39d5504f6bcd207a660f 100644
--- a/content/renderer/input/render_widget_input_handler_delegate.h
+++ b/content/renderer/input/render_widget_input_handler_delegate.h
@@ -72,6 +72,9 @@ class CONTENT_EXPORT RenderWidgetInputHandlerDelegate {
// Send an update of text input state to the browser process.
virtual void UpdateTextInputState() = 0;
+ // Clear the text input state.
+ virtual void ClearTextInputState() = 0;
+
// Notifies that a gesture event is about to be handled.
// Returns true if no further handling is needed. In that case, the event
// won't be sent to WebKit.

Powered by Google App Engine
This is Rietveld 408576698