| 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 363c0193819c67b5761e50eda2ec650ac9c0917b..50d42396f2bcf6a8a67219bce012f904cbd1ee17 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
|
| @@ -202,6 +202,8 @@ class VIEWS_EXPORT DesktopWindowTreeHostWin
|
| // Returns true if a modal window is active in the current root window chain.
|
| bool IsModalWindowActive() const;
|
|
|
| + void MaybeWaitForFrame();
|
| +
|
| scoped_ptr<HWNDMessageHandler> message_handler_;
|
| scoped_ptr<aura::client::FocusClient> focus_client_;
|
|
|
|
|