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

Unified Diff: cc/paint/paint_flags.h

Issue 2678903003: cc: 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
Index: cc/paint/paint_flags.h
diff --git a/cc/paint/paint_flags.h b/cc/paint/paint_flags.h
index f41e4a06c4e0dbfac2434d73fed22885894aaf57..aa112452121ec037798eeb8e14aef869f41e437b 100644
--- a/cc/paint/paint_flags.h
+++ b/cc/paint/paint_flags.h
@@ -11,8 +11,8 @@ namespace cc {
using PaintFlags = SkPaint;
-inline const SkPaint& ToSkPaint(const PaintFlags& paint) {
- return paint;
+inline const SkPaint& ToSkPaint(const PaintFlags& flags) {
+ return flags;
}
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698