| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| index 95f9595989c901d1f6a7128eccef6374fe157f1d..b69a1f7cf7c2f9a834d357a167f9ece9be3f6a72 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| @@ -48,6 +48,7 @@ class VIEWS_EXPORT DesktopWindowTreeHostWin
|
| void Init(aura::Window* content_window,
|
| const Widget::InitParams& params) override;
|
| void OnNativeWidgetCreated(const Widget::InitParams& params) override;
|
| + void OnNativeWidgetActivationChanged(bool active) override;
|
| void OnWidgetInitDone() override;
|
| std::unique_ptr<corewm::Tooltip> CreateTooltip() override;
|
| std::unique_ptr<aura::client::DragDropClient> CreateDragDropClient(
|
|
|