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 ae32562eab8b64b999a738cfa859c6d7a832b88e..7c81cf1d5b7b5c655f4135fd1cd28127cadbeb6d 100644 |
--- a/ash/common/shelf/wm_shelf_observer.h |
+++ b/ash/common/shelf/wm_shelf_observer.h |
@@ -14,7 +14,7 @@ namespace ash { |
// Used to observe changes to the shelf. |
class ASH_EXPORT WmShelfObserver { |
public: |
- virtual void OnBackgroundUpdated(ShelfBackgroundType background_type, |
+ virtual void OnBackgroundChanged(ShelfBackgroundType background_type, |
James Cook
2016/07/27 00:30:39
Please add a comment about the semantics of this m
bruthig
2016/07/27 17:05:45
Done. Opted for the later suggestion.
|
BackgroundAnimatorChangeType change_type) {} |
virtual void WillChangeVisibilityState(ShelfVisibilityState new_state) {} |
virtual void OnAutoHideStateChanged(ShelfAutoHideState new_state) {} |