Index: ash/common/shelf/wm_shelf_observer.h |
diff --git a/ash/common/shelf/wm_shelf_observer.h b/ash/common/shelf/wm_shelf_observer.h |
index 2fd43598530fa6e2a3eca9efeb0b933c929d25a8..ae32562eab8b64b999a738cfa859c6d7a832b88e 100644 |
--- a/ash/common/shelf/wm_shelf_observer.h |
+++ b/ash/common/shelf/wm_shelf_observer.h |
@@ -14,9 +14,8 @@ |
// Used to observe changes to the shelf. |
class ASH_EXPORT WmShelfObserver { |
public: |
- virtual void OnBackgroundTypeChanged( |
- ShelfBackgroundType background_type, |
- BackgroundAnimatorChangeType change_type) {} |
+ virtual void OnBackgroundUpdated(ShelfBackgroundType background_type, |
+ BackgroundAnimatorChangeType change_type) {} |
virtual void WillChangeVisibilityState(ShelfVisibilityState new_state) {} |
virtual void OnAutoHideStateChanged(ShelfAutoHideState new_state) {} |
virtual void OnShelfIconPositionsChanged() {} |