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

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

Issue 2740133003: Fix Windows compile error with cherry-pick. (Closed)
Patch Set: Created 3 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f23ff3a1770cfd57a6aa39d5504f6bcd207a660f..714bd5feec60459b0729c115e47e9022f2d91eec 100644
--- a/content/renderer/input/render_widget_input_handler_delegate.h
+++ b/content/renderer/input/render_widget_input_handler_delegate.h
@@ -73,7 +73,7 @@ class CONTENT_EXPORT RenderWidgetInputHandlerDelegate {
virtual void UpdateTextInputState() = 0;
// Clear the text input state.
- virtual void ClearTextInputState() = 0;
+ virtual void ClearTextInputState() {}
// Notifies that a gesture event is about to be handled.
// Returns true if no further handling is needed. In that case, the event
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698