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

Unified Diff: ui/chromeos/ime/candidate_view.h

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.cc ('k') | ui/chromeos/ime/candidate_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/chromeos/ime/candidate_view.h
diff --git a/ui/chromeos/ime/candidate_view.h b/ui/chromeos/ime/candidate_view.h
index 010f23896798ec511600210d347910143a057cae..edad9be978799c071e8fae3ff84aa8a5b6281766 100644
--- a/ui/chromeos/ime/candidate_view.h
+++ b/ui/chromeos/ime/candidate_view.h
@@ -41,7 +41,7 @@ class UI_CHROMEOS_EXPORT CandidateView : public views::CustomButton {
FRIEND_TEST_ALL_PREFIXES(CandidateWindowViewTest, ShortcutSettingTest);
// Overridden from views::CustomButton:
- void StateChanged() override;
+ void StateChanged(ButtonState old_state) override;
// Overridden from View:
const char* GetClassName() const override;
« no previous file with comments | « ui/app_list/views/tile_item_view.cc ('k') | ui/chromeos/ime/candidate_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698