Index: content/browser/renderer_host/render_widget_host_view_base.cc |
diff --git a/content/browser/renderer_host/render_widget_host_view_base.cc b/content/browser/renderer_host/render_widget_host_view_base.cc |
index 83e7f7c283be24f0f600ccc447542df5e554ade6..409a522dd367a705971327085492d2afbbd06247 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_base.cc |
+++ b/content/browser/renderer_host/render_widget_host_view_base.cc |
@@ -537,6 +537,9 @@ RenderWidgetHostViewBase::CreateSyntheticGestureTarget() { |
new SyntheticGestureTargetBase(host)); |
} |
+void RenderWidgetHostViewBase::FocusedNodeChanged(bool is_editable_node) { |
+} |
+ |
// Platform implementation should override this method to allow frame |
// subscription. Frame subscriber is set to RenderProcessHost, which is |
// platform independent. It should be set to the specific presenter on each |