| Index: ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc b/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
|
| index 39b862ec9b2d1ce5b6aa8ad5e6af324ad8850cbb..2a73a8230925c50202087476c73574268818329b 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
|
| @@ -778,6 +778,10 @@ void DesktopNativeWidgetAura::OnWindowActivated(aura::Window* gained_active,
|
| }
|
| }
|
|
|
| +void DesktopNativeWidgetAura::OnWindowActivationRequestCompleted(
|
| + aura::Window* request_active, aura::Window* actual_active) {
|
| +}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // DesktopNativeWidgetAura, aura::client::FocusChangeObserver implementation:
|
|
|
|
|