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

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

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: Rebase 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
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:

Powered by Google App Engine
This is Rietveld 408576698