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

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

Issue 2267803003: ash: Remove unnecessary WmShelf::SchedulePaint() method (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/wm_shelf.h
diff --git a/ash/common/shelf/wm_shelf.h b/ash/common/shelf/wm_shelf.h
index b984fd2ba5f6d3e008420a471281e6638a31b1f1..88ba1e6e937212d219092b863e897b9d03890bc5 100644
--- a/ash/common/shelf/wm_shelf.h
+++ b/ash/common/shelf/wm_shelf.h
@@ -78,11 +78,6 @@ class ASH_EXPORT WmShelf : public ShelfLayoutManagerObserver {
// require shelf dimming. http://crbug.com/614453
bool IsDimmed() const;
- // Schedules a repaint for all shelf buttons.
- // TODO(jamescook): Eliminate when ShelfView moves to //ash/common.
- // http://crbug.com/615155
- void SchedulePaint();
-
// Whether the shelf view is visible.
// TODO(jamescook): Consolidate this with GetVisibilityState().
bool IsVisible() const;

Powered by Google App Engine
This is Rietveld 408576698