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

Unified Diff: ui/aura/root_window.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
Index: ui/aura/root_window.h
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
index b04857d1162eac1f149b3bff809ea1e1cb8c5e90..afe767a17bf85245ce2fe7d1f37da41314f63120 100644
--- a/ui/aura/root_window.h
+++ b/ui/aura/root_window.h
@@ -125,6 +125,9 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate,
// Called when the host changes size.
void OnHostResized(const gfx::Size& size);
+ // Called after the screen's work_area_insets_ changed.
+ void OnScreenWorkAreaInsetsChanged();
+
// Called when the native screen's resolution changes.
void OnNativeScreenResized(const gfx::Size& size);

Powered by Google App Engine
This is Rietveld 408576698