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

Unified Diff: ui/views/controls/button/radio_button.h

Issue 2240603002: Harmony checkbox/radio tweaks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: labelbutton default color 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: ui/views/controls/button/radio_button.h
diff --git a/ui/views/controls/button/radio_button.h b/ui/views/controls/button/radio_button.h
index e2858d3778326a52bf6ffc55c46d90fe32b7f9a4..f28968abd5b4bac553542c9b7f09a35a7006b1b3 100644
--- a/ui/views/controls/button/radio_button.h
+++ b/ui/views/controls/button/radio_button.h
@@ -33,11 +33,11 @@ class VIEWS_EXPORT RadioButton : public Checkbox {
// Overridden from LabelButton:
ui::NativeTheme::Part GetThemePart() const override;
- gfx::ImageSkia GetImage(ButtonState for_state) const override;
// Overridden from Checkbox:
void SetChecked(bool checked) override;
void PaintFocusRing(gfx::Canvas* canvas, const SkPaint& paint) override;
+ gfx::VectorIconId GetVectorIconId() const override;
private:
DISALLOW_COPY_AND_ASSIGN(RadioButton);

Powered by Google App Engine
This is Rietveld 408576698