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

Unified Diff: chrome/browser/ui/views/profiles/profile_chooser_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
Index: chrome/browser/ui/views/profiles/profile_chooser_view.cc
diff --git a/chrome/browser/ui/views/profiles/profile_chooser_view.cc b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
index 4cb0ca6cf201d885d0c5d6d9755ad8245dc36ddc..8ec33a6a19eec7dc97eeda40b7f759e5c01c85ae 100644
--- a/chrome/browser/ui/views/profiles/profile_chooser_view.cc
+++ b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
@@ -464,7 +464,7 @@ class EditableProfilePhoto : public views::LabelButton {
private:
// views::CustomButton:
- void StateChanged() override {
+ void StateChanged(ButtonState old_state) override {
if (photo_overlay_) {
photo_overlay_->SetVisible(
state() == STATE_PRESSED || state() == STATE_HOVERED || HasFocus());
« no previous file with comments | « chrome/browser/ui/views/payments/payment_request_row_view.cc ('k') | ui/app_list/views/app_list_item_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698