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

Unified Diff: ash/common/shelf/shelf_background_animator_observer.h

Issue 2680113002: [ash-md] Remove non-md code from the Shelf background animations. (Closed)
Patch Set: Merge branch 'master' into colorize_shelf_1_remove_non_md_code Created 3 years, 10 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/common/shelf/shelf_background_animator_observer.h
diff --git a/ash/common/shelf/shelf_background_animator_observer.h b/ash/common/shelf/shelf_background_animator_observer.h
index b90e8814ed1443773aaf6033438962c25fd299f6..a90b30867fc020bc15dbfbf5297cc4df990fa35c 100644
--- a/ash/common/shelf/shelf_background_animator_observer.h
+++ b/ash/common/shelf/shelf_background_animator_observer.h
@@ -15,10 +15,6 @@ class ASH_EXPORT ShelfBackgroundAnimatorObserver {
// Called when the Shelf's opaque background should be updated.
virtual void UpdateShelfOpaqueBackground(int alpha) {}
- // Called when the Shelf's asset based background should be updated.
- // TODO(bruthig): Remove when non-md is no longer needed (crbug.com/614453).
- virtual void UpdateShelfAssetBackground(int alpha) {}
-
// Called when the Shelf item (aka button) backgrounds should be updated.
virtual void UpdateShelfItemBackground(int alpha) {}
« no previous file with comments | « ash/common/shelf/shelf_background_animator.cc ('k') | ash/common/shelf/shelf_background_animator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698