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

Unified Diff: ash/shelf/shelf_widget.h

Issue 2907853002: [mus+ash] Removes WmWindow from ash/shelf and ash/shell (Closed)
Patch Set: [mus+ash] Removes WmWindow from ash/shelf and ash/shell (removed some more wm_window.h) Created 3 years, 7 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_view_unittest.cc ('k') | ash/shelf/shelf_widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_widget.h
diff --git a/ash/shelf/shelf_widget.h b/ash/shelf/shelf_widget.h
index 9a6353fef7d2b6870f6a657678020ae0756ccdde..64e1c5ee572bb35e27939f82c8f8eb4e9e977e07 100644
--- a/ash/shelf/shelf_widget.h
+++ b/ash/shelf/shelf_widget.h
@@ -28,7 +28,6 @@ class Shelf;
class ShelfLayoutManager;
class ShelfView;
class StatusAreaWidget;
-class WmWindow;
// The ShelfWidget manages the shelf view (which contains the shelf icons) and
// the status area widget. There is one ShelfWidget per display. It is created
@@ -38,10 +37,10 @@ class ASH_EXPORT ShelfWidget : public views::Widget,
public ShelfBackgroundAnimatorObserver,
public ShelfLayoutManagerObserver {
public:
- ShelfWidget(WmWindow* shelf_container, Shelf* shelf);
+ ShelfWidget(aura::Window* shelf_container, Shelf* shelf);
~ShelfWidget() override;
- void CreateStatusAreaWidget(WmWindow* status_container);
+ void CreateStatusAreaWidget(aura::Window* status_container);
void OnShelfAlignmentChanged();
@@ -76,10 +75,10 @@ class ASH_EXPORT ShelfWidget : public views::Widget,
void Shutdown();
// See Shelf::UpdateIconPositionForPanel().
- void UpdateIconPositionForPanel(WmWindow* panel);
+ void UpdateIconPositionForPanel(aura::Window* panel);
// See Shelf::GetScreenBoundsOfItemIconForWindow().
- gfx::Rect GetScreenBoundsOfItemIconForWindow(WmWindow* window);
+ gfx::Rect GetScreenBoundsOfItemIconForWindow(aura::Window* window);
// Returns the button that opens the app launcher.
AppListButton* GetAppListButton() const;
« no previous file with comments | « ash/shelf/shelf_view_unittest.cc ('k') | ash/shelf/shelf_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698