Index: content/browser/renderer_host/render_view_host_impl.cc |
diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc |
index 2372870321e79d81ff9b0443f56cb4d30883bf4b..56bda26a1d6f8d0832d48f949adf5e826cbcb85a 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.cc |
+++ b/content/browser/renderer_host/render_view_host_impl.cc |
@@ -1769,6 +1769,8 @@ void RenderViewHostImpl::OnTakeFocus(bool reverse) { |
} |
void RenderViewHostImpl::OnFocusedNodeChanged(bool is_editable_node) { |
+ if (view_) |
+ view_->FocusedNodeChanged(is_editable_node); |
NotificationService::current()->Notify( |
NOTIFICATION_FOCUS_CHANGED_IN_PAGE, |
Source<RenderViewHost>(this), |