| Index: ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| ===================================================================
|
| --- ui/views/widget/desktop_aura/desktop_native_widget_aura.h (revision 220608)
|
| +++ ui/views/widget/desktop_aura/desktop_native_widget_aura.h (working copy)
|
| @@ -76,6 +76,10 @@
|
| // Overridden from NativeWidget:
|
| virtual ui::EventHandler* GetEventHandler() OVERRIDE;
|
|
|
| + // Ensures that the correct window is activated/deactivated based on whether
|
| + // we are being activated/deactivated.
|
| + void HandleActivationChanged(bool active);
|
| +
|
| protected:
|
| // Overridden from internal::NativeWidgetPrivate:
|
| virtual void InitNativeWidget(const Widget::InitParams& params) OVERRIDE;
|
|
|