| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
|
| index 2d667f51c9f97154d16174319ae4d2a45a146b8d..5eb0d546515ee37a17bba5c867d3f36b7aa4465a 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
|
| @@ -159,6 +159,8 @@ void DesktopWindowTreeHostWin::OnNativeWidgetCreated(
|
| SetWindowTransparency();
|
| }
|
|
|
| +void DesktopWindowTreeHostWin::OnNativeWidgetActivationChanged(bool active) {}
|
| +
|
| void DesktopWindowTreeHostWin::OnWidgetInitDone() {}
|
|
|
| std::unique_ptr<corewm::Tooltip> DesktopWindowTreeHostWin::CreateTooltip() {
|
|
|