Index: skia/ext/platform_device_linux.h |
diff --git a/skia/ext/platform_device_linux.h b/skia/ext/platform_device_linux.h |
index e40934b0fca6276ece5cb9f9adf6f5cf9ad7d236..e0081e8c05524ce5faf9104542f8695bef4a1b05 100644 |
--- a/skia/ext/platform_device_linux.h |
+++ b/skia/ext/platform_device_linux.h |
@@ -24,6 +24,7 @@ class PlatformDevice : public SkDevice { |
virtual bool IsNativeFontRenderingAllowed(); |
virtual PlatformSurface beginPlatformPaint() = 0; |
+ virtual void endPlatformPaint(); |
alokp
2011/04/06 20:36:32
I have already added this function in one of the C
vandebo (ex-Chrome)
2011/04/06 22:01:37
I see your CL got a LGTM. I'll rebase after you c
vandebo (ex-Chrome)
2011/04/07 00:25:35
Rebased.
|
protected: |
// Forwards |bitmap| to SkDevice's constructor. |