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..90067f218ab0d45306d3a53e3cf83e9ad0e8b009 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 (RenderWidgetHostImpl::view_) |
jamesr
2013/11/20 00:36:56
why do you need the explicit RWHI:: qualification?
aurimas (slooooooooow)
2013/11/20 00:46:59
Done.
|
+ RenderWidgetHostImpl::view_->FocusedNodeChanged(is_editable_node); |
jamesr
2013/11/20 00:36:56
ditto
aurimas (slooooooooow)
2013/11/20 00:46:59
Done.
|
NotificationService::current()->Notify( |
NOTIFICATION_FOCUS_CHANGED_IN_PAGE, |
Source<RenderViewHost>(this), |