| Index: content/browser/renderer_host/render_widget_host_view_aura.cc
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_aura.cc b/content/browser/renderer_host/render_widget_host_view_aura.cc
|
| index a5aaf5f61e6217798ae646a925d57f11381ef091..4150ba54f51551f27056137aa7064a44e36a9af8 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_aura.cc
|
| +++ b/content/browser/renderer_host/render_widget_host_view_aura.cc
|
| @@ -926,7 +926,7 @@ void RenderWidgetHostViewAura::OnBoundsChanged(const gfx::Rect& old_bounds,
|
| // SetBounds().
|
| }
|
|
|
| -void RenderWidgetHostViewAura::OnFocus() {
|
| +void RenderWidgetHostViewAura::OnFocus(aura::Window* old_focused_window) {
|
| // We need to honor input bypass if the associated tab is does not want input.
|
| // This gives the current focused window a chance to be the text input
|
| // client and handle events.
|
|
|