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

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

Issue 2680943002: ui: Clean up naming of paint-related identifiers (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/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 b3d581e35f19ec572710514ac250a1a7710f8e24..f27197a6880dcafaf68ad84f967410fd6a05d34e 100644
--- a/ui/views/controls/button/radio_button.h
+++ b/ui/views/controls/button/radio_button.h
@@ -37,7 +37,7 @@ class VIEWS_EXPORT RadioButton : public Checkbox {
// Overridden from Checkbox:
void SetChecked(bool checked) override;
void PaintFocusRing(gfx::Canvas* canvas,
- const cc::PaintFlags& paint) override;
+ const cc::PaintFlags& flags) 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