Index: skia/ext/platform_device_mac.h |
=================================================================== |
--- skia/ext/platform_device_mac.h (revision 80358) |
+++ skia/ext/platform_device_mac.h (working copy) |
@@ -44,6 +44,9 @@ |
// Returns if native platform APIs are allowed to render text to this device. |
virtual bool IsNativeFontRenderingAllowed(); |
+ virtual PlatformSurface beginPlatformPaint(); |
+ virtual void endPlatformPaint(); |
+ |
// Initializes the default settings and colors in a device context. |
static void InitializeCGContext(CGContextRef context); |