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

Unified Diff: ash/shell.h

Issue 1914093002: Refactors DockedWindowLayoutManager in terms of ash/wm/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nuke_aura_window
Patch Set: comment Created 4 years, 8 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
« no previous file with comments | « ash/shelf/shelf_widget_unittest.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index ad61d18ff6446e19a824f65b601e4e06173dbe05..eb5d02c5723bdfb24979e553a3d321bf7c0c1c8a 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -466,8 +466,9 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
aura::Window* root_window) const;
// Sets/gets shelf's alignment on |root_window|.
- void SetShelfAlignment(ShelfAlignment alignment, aura::Window* root_window);
- ShelfAlignment GetShelfAlignment(const aura::Window* root_window) const;
+ void SetShelfAlignment(wm::ShelfAlignment alignment,
+ aura::Window* root_window);
+ wm::ShelfAlignment GetShelfAlignment(const aura::Window* root_window) const;
// Called when the alignment for a shelf changes.
void OnShelfAlignmentChanged(aura::Window* root_window);
« no previous file with comments | « ash/shelf/shelf_widget_unittest.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698