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 bd13f733ce7a361a1194d74701613fe89836fc93..56a247487c1d60d44af2a2684d929585e19f902c 100644 |
--- a/content/port/browser/render_widget_host_view_port.h |
+++ b/content/port/browser/render_widget_host_view_port.h |
@@ -105,6 +105,8 @@ class CONTENT_EXPORT RenderWidgetHostViewPort : public RenderWidgetHostView, |
// Cancel the ongoing composition of the input method attached to the view. |
virtual void ImeCancelComposition() = 0; |
+ virtual void FocusedNodeChanged(bool is_editable_node) = 0; |
Nico
2013/11/20 01:03:10
needs comment
aurimas (slooooooooow)
2013/11/20 01:12:39
Done.
|
+ |
#if defined(OS_MACOSX) || defined(OS_WIN) || defined(USE_AURA) |
// Updates the range of the marked text in an IME composition. |
virtual void ImeCompositionRangeChanged( |