| Index: ui/views/widget/desktop_aura/desktop_window_tree_host.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host.h b/ui/views/widget/desktop_aura/desktop_window_tree_host.h
|
| index 9136f26665e5569ec60ae068b05e2366c62ac970..7396485b49959213479a10572e6e124af1b72bf3 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host.h
|
| @@ -59,6 +59,7 @@ class VIEWS_EXPORT DesktopWindowTreeHost {
|
|
|
| // Invoked once the DesktopNativeWidgetAura has been created.
|
| virtual void OnNativeWidgetCreated(const Widget::InitParams& params) = 0;
|
| + virtual void OnNativeWidgetInitDone() = 0;
|
|
|
| // Creates and returns the Tooltip implementation to use. Return value is
|
| // owned by DesktopNativeWidgetAura and lives as long as
|
|
|