Index: content/port/browser/render_widget_host_view_port.h |
diff --git a/content/port/browser/render_widget_host_view_port.h b/content/port/browser/render_widget_host_view_port.h |
index 89ccf71761b188950ed61b23d09855e76999aa27..e18335747fb7c5a7974cd68caf97ccbf3692c7f1 100644 |
--- a/content/port/browser/render_widget_host_view_port.h |
+++ b/content/port/browser/render_widget_host_view_port.h |
@@ -106,6 +106,9 @@ class CONTENT_EXPORT RenderWidgetHostViewPort : public RenderWidgetHostView, |
// Cancel the ongoing composition of the input method attached to the view. |
virtual void ImeCancelComposition() = 0; |
+ // Informs that the focused DOM node has changed. |
+ virtual void FocusedNodeChanged(bool is_editable_node) = 0; |
+ |
#if defined(OS_MACOSX) || defined(OS_WIN) || defined(USE_AURA) |
// Updates the range of the marked text in an IME composition. |
virtual void ImeCompositionRangeChanged( |