| Index: skia/ext/vector_platform_device_emf_win.h
|
| diff --git a/skia/ext/vector_platform_device_emf_win.h b/skia/ext/vector_platform_device_emf_win.h
|
| index 61ea4413f345ed2746217cfccf4772a0b8d03161..df8315c4fc0069736bb1022084d4973a3b5c8016 100644
|
| --- a/skia/ext/vector_platform_device_emf_win.h
|
| +++ b/skia/ext/vector_platform_device_emf_win.h
|
| @@ -42,6 +42,8 @@ class VectorPlatformDeviceEmf : public SkBitmapDevice, public PlatformDevice {
|
| const SkPaint& paint) OVERRIDE;
|
| virtual void drawRect(const SkDraw& draw, const SkRect& r,
|
| const SkPaint& paint) OVERRIDE;
|
| + virtual void drawRRect(const SkDraw&, const SkRRect& rr,
|
| + const SkPaint& paint) OVERRIDE;
|
| virtual void drawPath(const SkDraw& draw, const SkPath& path,
|
| const SkPaint& paint,
|
| const SkMatrix* prePathMatrix = NULL,
|
|
|