| Index: skia/ext/vector_platform_device_emf_win.h
|
| ===================================================================
|
| --- skia/ext/vector_platform_device_emf_win.h (revision 80484)
|
| +++ skia/ext/vector_platform_device_emf_win.h (working copy)
|
| @@ -39,9 +39,7 @@
|
| return SkNEW(VectorPlatformDeviceEmfFactory);
|
| }
|
|
|
| - virtual HDC beginPlatformPaint() {
|
| - return hdc_;
|
| - }
|
| + virtual PlatformSurface BeginPlatformPaint();
|
|
|
| virtual void drawPaint(const SkDraw& draw, const SkPaint& paint) OVERRIDE;
|
| virtual void drawPoints(const SkDraw& draw, SkCanvas::PointMode mode,
|
|
|