Chromium Code Reviews| Index: skia/ext/vector_platform_device_emf_win.cc |
| =================================================================== |
| --- skia/ext/vector_platform_device_emf_win.cc (revision 180594) |
| +++ skia/ext/vector_platform_device_emf_win.cc (working copy) |
| @@ -545,7 +545,7 @@ |
| SkPaint::Style style = paint.getStyle(); |
| if (!paint.getAlpha()) |
| - style = SkPaint::kStyleCount; |
| + style = (SkPaint::Style) SkPaint::kStyleCount; |
| switch (style) { |
| case SkPaint::kFill_Style: |