| 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 72fd90a1df5a6e50353deed8fd517bbf20c4dce9..d86e1dbfeb446a203103b294496be757152b0a52 100644
|
| --- a/skia/ext/vector_platform_device_emf_win.h
|
| +++ b/skia/ext/vector_platform_device_emf_win.h
|
| @@ -39,7 +39,7 @@ class VectorPlatformDeviceEmf : public PlatformDevice {
|
| return SkNEW(VectorPlatformDeviceEmfFactory);
|
| }
|
|
|
| - virtual HDC getBitmapDC() {
|
| + virtual HDC beginPlatformPaint() {
|
| return hdc_;
|
| }
|
|
|
|
|