Index: skia/ext/platform_device_linux.h |
=================================================================== |
--- skia/ext/platform_device_linux.h (revision 80484) |
+++ skia/ext/platform_device_linux.h (working copy) |
@@ -23,7 +23,8 @@ |
// Returns if native platform APIs are allowed to render text to this device. |
virtual bool IsNativeFontRenderingAllowed(); |
- virtual PlatformSurface beginPlatformPaint() = 0; |
+ virtual PlatformSurface BeginPlatformPaint() = 0; |
+ virtual void EndPlatformPaint(); |
protected: |
// Forwards |bitmap| to SkDevice's constructor. |