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

Unified Diff: ash/shelf/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/shelf/shelf.h
diff --git a/ash/shelf/shelf.h b/ash/shelf/shelf.h
index 4a244d597f07f4c098fd1d43d06cc741a1972a14..fa7ae733ad73e627df2ae94b6ccfbc93a8b9f272 100644
--- a/ash/shelf/shelf.h
+++ b/ash/shelf/shelf.h
@@ -98,8 +98,6 @@ class ASH_EXPORT Shelf {
// TODO(jamescook): Migrate to ShelfWidget::IsShelfVisible().
bool IsVisible() const;
- void SchedulePaint();
-
AppListButton* GetAppListButton() const;
// Launch a 0-indexed shelf item in the shelf.

Powered by Google App Engine
This is Rietveld 408576698