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

Unified Diff: ui/aura_shell/toplevel_layout_manager.h

Issue 8817016: Revert 113185 - [cros, Aura] Refresh status area widget bounds on StatusAreaView layout. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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/status_area_layout_manager.cc ('k') | ui/aura_shell/toplevel_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/toplevel_layout_manager.h
===================================================================
--- ui/aura_shell/toplevel_layout_manager.h (revision 113185)
+++ ui/aura_shell/toplevel_layout_manager.h (working copy)
@@ -17,7 +17,7 @@
namespace aura_shell {
namespace internal {
-class ShelfLayoutManager;
+class ShelfLayoutController;
// ToplevelLayoutManager is the LayoutManager installed on a container that
// hosts what the shell considers to be top-level windows. It is used if the
@@ -29,7 +29,7 @@
ToplevelLayoutManager();
virtual ~ToplevelLayoutManager();
- void set_shelf(ShelfLayoutManager* shelf) { shelf_ = shelf; }
+ void set_shelf(ShelfLayoutController* shelf) { shelf_ = shelf; }
// LayoutManager overrides:
virtual void OnWindowResized() OVERRIDE;
@@ -58,7 +58,7 @@
// Set of windows we're listening to.
Windows windows_;
- ShelfLayoutManager* shelf_;
+ ShelfLayoutController* shelf_;
DISALLOW_COPY_AND_ASSIGN(ToplevelLayoutManager);
};
« no previous file with comments | « ui/aura_shell/status_area_layout_manager.cc ('k') | ui/aura_shell/toplevel_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698