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

Unified Diff: ash/aura/wm_shelf_aura.h

Issue 2053113002: Replaced BackgroundAnimator with ShelfBackgroundAnimator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved ash/test/material_design_controller_test_api.(h|cc) to ash/common/material_design/test/. Created 4 years, 6 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: ash/aura/wm_shelf_aura.h
diff --git a/ash/aura/wm_shelf_aura.h b/ash/aura/wm_shelf_aura.h
index b86e3d67fd9474a42d18d4e49c1bb559838a6115..d79b9430e36466a53e3a5fc68e5cb7fa83c5b1fa 100644
--- a/ash/aura/wm_shelf_aura.h
+++ b/ash/aura/wm_shelf_aura.h
@@ -34,6 +34,10 @@ class ASH_EXPORT WmShelfAura : public WmShelf,
static Shelf* GetShelf(WmShelf* shelf);
+ // WmShelf:
+ void AddObserver(WmShelfObserver* observer) override;
James Cook 2016/06/14 17:50:00 Why do these need to be public?
bruthig 2016/07/26 19:50:01 Reverted.
+ void RemoveObserver(WmShelfObserver* observer) override;
+
private:
void ResetShelfLayoutManager();
@@ -48,8 +52,6 @@ class ASH_EXPORT WmShelfAura : public WmShelf,
ShelfVisibilityState GetVisibilityState() const override;
void UpdateIconPositionForWindow(WmWindow* window) override;
gfx::Rect GetScreenBoundsOfItemIconForWindow(WmWindow* window) override;
- void AddObserver(WmShelfObserver* observer) override;
- void RemoveObserver(WmShelfObserver* observer) override;
// ShelfLayoutManagerObserver:
void WillDeleteShelfLayoutManager() override;

Powered by Google App Engine
This is Rietveld 408576698