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

Unified Diff: skia/ext/vector_platform_device_skia.cc

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.cc
diff --git a/skia/ext/vector_platform_device_skia.cc b/skia/ext/vector_platform_device_skia.cc
index 14376222b49c4dd397acf76b85e052db94e613f6..4540fd6801da12079dd8513d2badf6a920b76622 100644
--- a/skia/ext/vector_platform_device_skia.cc
+++ b/skia/ext/vector_platform_device_skia.cc
@@ -30,8 +30,9 @@ VectorPlatformDeviceSkia::VectorPlatformDeviceSkia(
VectorPlatformDeviceSkia::~VectorPlatformDeviceSkia() {
}
-bool VectorPlatformDeviceSkia::SupportsPlatformPaint() {
- return false;
+PlatformDevice::PlatformPaint VectorPlatformDeviceSkia::
+ PlatformPaintSupport() {
+ return PLATFORM_PAINT_UNSUPPORTED;
}
PlatformSurface VectorPlatformDeviceSkia::BeginPlatformPaint() {

Powered by Google App Engine
This is Rietveld 408576698