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

Unified Diff: ui/app_list/views/tile_item_view.cc

Issue 2680643002: Add old_state parameter to CustomButton::StateChanged (Closed)
Patch Set: 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
« no previous file with comments | « ui/app_list/views/tile_item_view.h ('k') | ui/chromeos/ime/candidate_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/tile_item_view.cc
diff --git a/ui/app_list/views/tile_item_view.cc b/ui/app_list/views/tile_item_view.cc
index 1c3d48fc4528b2fc6c26a36850bee0aa3e50f872..8cdb79a8b38faf8d6380faf5b0a3692701fd00b4 100644
--- a/ui/app_list/views/tile_item_view.cc
+++ b/ui/app_list/views/tile_item_view.cc
@@ -89,7 +89,7 @@ void TileItemView::SetTitle(const base::string16& title) {
SetAccessibleName(title);
}
-void TileItemView::StateChanged() {
+void TileItemView::StateChanged(ButtonState old_state) {
UpdateBackgroundColor();
}
« no previous file with comments | « ui/app_list/views/tile_item_view.h ('k') | ui/chromeos/ime/candidate_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698