summaryrefslogtreecommitdiff
path: root/chromium/ui/views/widget/desktop_aura/desktop_root_window_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/views/widget/desktop_aura/desktop_root_window_host.h')
-rw-r--r--chromium/ui/views/widget/desktop_aura/desktop_root_window_host.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/chromium/ui/views/widget/desktop_aura/desktop_root_window_host.h b/chromium/ui/views/widget/desktop_aura/desktop_root_window_host.h
index afc412aad65..583b0ac5773 100644
--- a/chromium/ui/views/widget/desktop_aura/desktop_root_window_host.h
+++ b/chromium/ui/views/widget/desktop_aura/desktop_root_window_host.h
@@ -109,13 +109,12 @@ 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;
virtual void OnNativeWidgetBlur() = 0;
-
- // Paints the host window as activated depending on the bool passed in.
- virtual void SetInactiveRenderingDisabled(bool disable_inactive) = 0;
};
} // namespace views