| Index: chrome/browser/ui/cocoa/extensions/native_app_window_cocoa.mm
|
| diff --git a/chrome/browser/ui/cocoa/extensions/native_app_window_cocoa.mm b/chrome/browser/ui/cocoa/extensions/native_app_window_cocoa.mm
|
| index 6363216e01c5776af38d8b4c9496c093af6d7177..8d13987e71c7e1f8e41818c66742f9b7974b9e8d 100644
|
| --- a/chrome/browser/ui/cocoa/extensions/native_app_window_cocoa.mm
|
| +++ b/chrome/browser/ui/cocoa/extensions/native_app_window_cocoa.mm
|
| @@ -654,7 +654,7 @@ bool NativeAppWindowCocoa::IsAlwaysOnTop() const {
|
| }
|
|
|
| void NativeAppWindowCocoa::RenderViewHostChanged() {
|
| - web_contents()->Focus();
|
| + web_contents()->GetView()->Focus();
|
| }
|
|
|
| gfx::Insets NativeAppWindowCocoa::GetFrameInsets() const {
|
|
|