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

Unified Diff: ui/native_theme/native_theme_base.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/native_theme/native_theme_aura.cc ('k') | ui/native_theme/native_theme_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/native_theme/native_theme_base.h
diff --git a/ui/native_theme/native_theme_base.h b/ui/native_theme/native_theme_base.h
index 0e4f233e2a02c6b0e5cc69b5dc14d283bdeb648d..f25900235fc4ed808da8dab95b8a8c4130567ca8 100644
--- a/ui/native_theme/native_theme_base.h
+++ b/ui/native_theme/native_theme_base.h
@@ -169,15 +169,15 @@ class NATIVE_THEME_EXPORT NativeThemeBase : public NativeTheme {
int x,
int y1,
int y2,
- const cc::PaintFlags& paint) const;
+ const cc::PaintFlags& flags) const;
void DrawHorizLine(cc::PaintCanvas* canvas,
int x1,
int x2,
int y,
- const cc::PaintFlags& paint) const;
+ const cc::PaintFlags& flags) const;
void DrawBox(cc::PaintCanvas* canvas,
const gfx::Rect& rect,
- const cc::PaintFlags& paint) const;
+ const cc::PaintFlags& flags) const;
SkScalar Clamp(SkScalar value,
SkScalar min,
SkScalar max) const;
« no previous file with comments | « ui/native_theme/native_theme_aura.cc ('k') | ui/native_theme/native_theme_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698