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

Unified Diff: ui/aura_shell/root_window_layout_manager.h

Issue 8895003: Aura: Add --aura-laptop-mode to fill the workspace with a single window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, fix unit test build Created 9 years 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
« no previous file with comments | « ui/aura_shell/laptop_mode_layout_manager.cc ('k') | ui/aura_shell/root_window_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/root_window_layout_manager.h
diff --git a/ui/aura_shell/root_window_layout_manager.h b/ui/aura_shell/root_window_layout_manager.h
index d420a40034c52d799a9c4ff54b4225beb8f3d02f..79c3d3ff28501d276ed67b2185f713655ee574c9 100644
--- a/ui/aura_shell/root_window_layout_manager.h
+++ b/ui/aura_shell/root_window_layout_manager.h
@@ -46,6 +46,7 @@ class RootWindowLayoutManager : public aura::LayoutManager {
private:
aura::Window* owner_;
+ // May be NULL if we're not painting a background.
views::Widget* background_widget_;
DISALLOW_COPY_AND_ASSIGN(RootWindowLayoutManager);
« no previous file with comments | « ui/aura_shell/laptop_mode_layout_manager.cc ('k') | ui/aura_shell/root_window_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698