Chromium Code Reviews| 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 |