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

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

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: DrawingDisplayItem Created 3 years, 11 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/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 c5c12896c82151dfdde0d3b620698d5cacba4b72..b3d581e35f19ec572710514ac250a1a7710f8e24 100644
--- a/ui/views/controls/button/radio_button.h
+++ b/ui/views/controls/button/radio_button.h
@@ -36,7 +36,8 @@ 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 cc::PaintFlags& paint) override;
const gfx::VectorIcon& GetVectorIcon() 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