| Index: content/browser/web_contents/web_contents_view_aura.cc
|
| diff --git a/content/browser/web_contents/web_contents_view_aura.cc b/content/browser/web_contents/web_contents_view_aura.cc
|
| index ae93a13954083591cf04a245761bc1fb19b55c8d..a484025de59e3d2b81cab6ef38c49b378f54f6d2 100644
|
| --- a/content/browser/web_contents/web_contents_view_aura.cc
|
| +++ b/content/browser/web_contents/web_contents_view_aura.cc
|
| @@ -490,7 +490,7 @@ void WebContentsViewAura::OnBoundsChanged(const gfx::Rect& old_bounds,
|
| delegate_->SizeChanged(new_bounds.size());
|
| }
|
|
|
| -void WebContentsViewAura::OnFocus() {
|
| +void WebContentsViewAura::OnFocus(aura::Window* old_focused_window) {
|
| }
|
|
|
| void WebContentsViewAura::OnBlur() {
|
|
|