Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Unified Diff: ui/aura/root_window_observer.h

Issue 9515003: Fix the full screen switching browser window dipping below launcher bar issue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« ash/wm/shelf_layout_manager.cc ('K') | « ui/aura/root_window.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/root_window_observer.h
diff --git a/ui/aura/root_window_observer.h b/ui/aura/root_window_observer.h
index 8df353e4cacbd166617d6350935b16f47d546e7f..7284741414ab1f48590c8f94a25a6fa7ded99036 100644
--- a/ui/aura/root_window_observer.h
+++ b/ui/aura/root_window_observer.h
@@ -21,6 +21,9 @@ 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_ changed.
sky 2012/02/28 20:49:26 nit: work_area_insets_ -> work area insets changes
jennyz 2012/03/01 00:56:13 Done.
+ virtual void OnScreenWorkAreaInsetsChanged() {}
+
// Invoked when a window is focused.
virtual void OnWindowFocused(Window* window) {}
« ash/wm/shelf_layout_manager.cc ('K') | « ui/aura/root_window.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698