From 277a3bb5fd9196b3109d0e6ca2ba6a4ec43582b4 Mon Sep 17 00:00:00 2001 From: "erg@chromium.org" Date: Sat, 10 Mar 2012 00:18:48 +0000 Subject: Aura/Ash split: Move ScreenAura to aura::RootWindowScreen. What is now aura::RootWindowScreen was tightly bundled with aura::RootWindow. Instead of moving it to ash::ScreenAsh, I renamed it aurea::RootWindowScreen because there's a bunch of unit tests that use RootWindow as if it were the desktop. Screen integration stuff has been moved out of RootWindow (and related observers) and into ash::Shell. BUG=116458 Review URL: http://codereview.chromium.org/9616045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125950 0039d316-1c4b-4281-b951-d872f2087c98 --- ui/aura/root_window_observer.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'ui/aura/root_window_observer.h') diff --git a/ui/aura/root_window_observer.h b/ui/aura/root_window_observer.h index 930790d..8df353e 100644 --- a/ui/aura/root_window_observer.h +++ b/ui/aura/root_window_observer.h @@ -21,9 +21,6 @@ class AURA_EXPORT RootWindowObserver { // Invoked after the RootWindow is resized. virtual void OnRootWindowResized(const gfx::Size& new_size) {} - // Invoked after the screen's work area insets changes. - virtual void OnScreenWorkAreaInsetsChanged() {} - // Invoked when a window is focused. virtual void OnWindowFocused(Window* window) {} -- cgit v1.1