Index: skia/ext/platform_device_win.h |
=================================================================== |
--- skia/ext/platform_device_win.h (revision 80358) |
+++ skia/ext/platform_device_win.h (working copy) |
@@ -48,6 +48,9 @@ |
// Returns if GDI is allowed to render text to this device. |
virtual bool IsNativeFontRenderingAllowed() { return true; } |
+ virtual PlatformSurface beginPlatformPaint(); |
+ virtual void endPlatformPaint(); |
+ |
// Initializes the default settings and colors in a device context. |
static void InitializeDC(HDC context); |