| Index: skia/ext/bitmap_platform_device_win.h
|
| ===================================================================
|
| --- skia/ext/bitmap_platform_device_win.h (revision 80484)
|
| +++ skia/ext/bitmap_platform_device_win.h (working copy)
|
| @@ -75,7 +75,7 @@
|
|
|
| // Retrieves the bitmap DC, which is the memory DC for our bitmap data. The
|
| // bitmap DC is lazy created.
|
| - virtual HDC beginPlatformPaint();
|
| + virtual PlatformSurface BeginPlatformPaint();
|
|
|
| // Loads the given transform and clipping region into the HDC. This is
|
| // overridden from SkDevice.
|
|
|