Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: skia/ext/vector_platform_device_skia.h

Issue 10915065: Add PlatformPictureSkia and RecordingPlatformDeviceSkia. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: And one more.. Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: skia/ext/vector_platform_device_skia.h
diff --git a/skia/ext/vector_platform_device_skia.h b/skia/ext/vector_platform_device_skia.h
index 0575563f9862c3b2304d629c1420f1f9cf9adabb..d19031ed1b5fe20fca649c5063def725388647e2 100644
--- a/skia/ext/vector_platform_device_skia.h
+++ b/skia/ext/vector_platform_device_skia.h
@@ -27,7 +27,7 @@ class VectorPlatformDeviceSkia : public SkPDFDevice, public PlatformDevice {
virtual ~VectorPlatformDeviceSkia();
// PlatformDevice methods.
- virtual bool SupportsPlatformPaint() OVERRIDE;
+ virtual PlatformDevice::PlatformPaint PlatformPaintSupport() OVERRIDE;
virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
virtual void EndPlatformPaint() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698