| Index: skia/ext/platform_device_mac.h
|
| ===================================================================
|
| --- skia/ext/platform_device_mac.h (revision 80484)
|
| +++ 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);
|
|
|
|
|