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

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

Issue 2523673004: [NOT FOR COMMIT] Fully replace SkCanvas uses.
Patch Set: Support Android build. Created 4 years 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/views/controls/button/label_button_border.cc ('k') | ui/views/controls/button/radio_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b0ee7f7701f60242c9c006819af421cc8b2dbbae..179fd3e91d52fdf0c5085fc139c2f5999e70ba08 100644
--- a/ui/views/controls/button/radio_button.h
+++ b/ui/views/controls/button/radio_button.h
@@ -36,7 +36,7 @@ class VIEWS_EXPORT RadioButton : public Checkbox {
// Overridden from Checkbox:
void SetChecked(bool checked) override;
- void PaintFocusRing(gfx::Canvas* canvas, const SkPaint& paint) override;
+ void PaintFocusRing(gfx::Canvas* canvas, const CdlPaint& paint) override;
gfx::VectorIconId GetVectorIconId() const override;
private:
« no previous file with comments | « ui/views/controls/button/label_button_border.cc ('k') | ui/views/controls/button/radio_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698