| 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 b69a1f7cf7c2f9a834d357a167f9ece9be3f6a72..1648fccfbd0602ca5a603d49fd02af8999ffded9 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
|
| @@ -108,6 +108,7 @@ class VIEWS_EXPORT DesktopWindowTreeHostWin
|
| void SizeConstraintsChanged() override;
|
| bool ShouldUpdateWindowTransparency() const override;
|
| bool ShouldUseDesktopNativeCursorManager() const override;
|
| + std::vector<DesktopWindowTreeHost*> GetOwnedTopLevelHosts() const override;
|
|
|
| // Overridden from aura::WindowTreeHost:
|
| ui::EventSource* GetEventSource() override;
|
|
|