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

Unified Diff: ash/shelf/shelf.cc

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
« ash/common/shelf/overflow_bubble.cc ('K') | « ash/shelf/shelf.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf.cc
diff --git a/ash/shelf/shelf.cc b/ash/shelf/shelf.cc
index 1b4e2c879a5cef5de5a94ef51c92fd834ddd3c63..071a57bc6e393b9d563cddceb65a8c7e20da00ed 100644
--- a/ash/shelf/shelf.cc
+++ b/ash/shelf/shelf.cc
@@ -148,10 +148,6 @@ bool Shelf::IsVisible() const {
return shelf_view_->visible();
}
-void Shelf::SchedulePaint() {
- shelf_view_->SchedulePaintForAllButtons();
-}
-
AppListButton* Shelf::GetAppListButton() const {
return shelf_view_->GetAppListButton();
}
« ash/common/shelf/overflow_bubble.cc ('K') | « ash/shelf/shelf.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698