diff options
Diffstat (limited to 'ui/views/widget/desktop_aura/desktop_root_window_host.h')
-rw-r--r-- | ui/views/widget/desktop_aura/desktop_root_window_host.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host.h b/ui/views/widget/desktop_aura/desktop_root_window_host.h index 9bdc946..583b0ac 100644 --- a/ui/views/widget/desktop_aura/desktop_root_window_host.h +++ b/ui/views/widget/desktop_aura/desktop_root_window_host.h @@ -109,6 +109,8 @@ class VIEWS_EXPORT DesktopRootWindowHost { virtual void FlashFrame(bool flash_frame) = 0; + virtual void OnRootViewLayout() const = 0; + // Called when the DesktopNativeWidgetAura's aura::Window is focused and // blurred. virtual void OnNativeWidgetFocus() = 0; |