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

Unified Diff: content/browser/renderer_host/render_widget_host_view_base.h

Issue 56643003: Start using FocusedNodedChanged to restartInput. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: jamesr's nits Created 7 years, 1 month 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/browser/renderer_host/render_widget_host_view_base.h
diff --git a/content/browser/renderer_host/render_widget_host_view_base.h b/content/browser/renderer_host/render_widget_host_view_base.h
index ff18e3953cebf480faa72f638c5142a5ecd7783f..d87416470b5adfe3af7d98f63ab8a633afc435e5 100644
--- a/content/browser/renderer_host/render_widget_host_view_base.h
+++ b/content/browser/renderer_host/render_widget_host_view_base.h
@@ -80,6 +80,7 @@ class CONTENT_EXPORT RenderWidgetHostViewBase
virtual SyntheticGesture* CreatePinchGesture(
bool zoom_in, int pixels_to_move, int anchor_x,
int anchor_y) OVERRIDE;
+ virtual void FocusedNodeChanged(bool is_editable_node) OVERRIDE;
virtual bool CanSubscribeFrame() const OVERRIDE;
virtual void BeginFrameSubscription(
scoped_ptr<RenderWidgetHostViewFrameSubscriber> subscriber) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698