| Index: content/browser/renderer_host/render_widget_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.cc b/content/browser/renderer_host/render_widget_host_impl.cc
|
| index 47cfba2ddb69631109eb6705c7461099e4835400..207f207cd7ea262ab822edf652d3990977f18675 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.cc
|
| @@ -628,6 +628,8 @@ void RenderWidgetHostImpl::ResizeRectChanged(const gfx::Rect& new_rect) {
|
|
|
| void RenderWidgetHostImpl::GotFocus() {
|
| Focus();
|
| + if (delegate_)
|
| + delegate_->RenderWidgetGotFocus(this);
|
| }
|
|
|
| void RenderWidgetHostImpl::Focus() {
|
|
|