| Index: ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
|
| ===================================================================
|
| --- ui/views/widget/desktop_aura/desktop_native_widget_aura.cc (revision 169818)
|
| +++ ui/views/widget/desktop_aura/desktop_native_widget_aura.cc (working copy)
|
| @@ -451,7 +451,7 @@
|
| GetWidget()->GetFocusManager()->StoreFocusedView();
|
| desktop_root_window_host_->OnNativeWidgetBlur();
|
| native_widget_delegate_->OnNativeBlur(
|
| - window_->GetFocusManager()->GetFocusedWindow());
|
| + aura::client::GetFocusClient(window_)->GetFocusedWindow());
|
| }
|
|
|
| gfx::NativeCursor DesktopNativeWidgetAura::GetCursor(const gfx::Point& point) {
|
|
|