summaryrefslogtreecommitdiffstats
path: root/skia/skia.gyp
diff options
context:
space:
mode:
authortwiz@chromium.org <twiz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-25 15:02:23 +0000
committertwiz@chromium.org <twiz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-25 15:02:23 +0000
commita602d87983b0775ec00f7f0c073189723a02306d (patch)
tree5b98cd87f4e4f32006c7f7d01775cdd7c1461c25 /skia/skia.gyp
parent567ffeaa47098fd761d082c0f7b5d4b958260537 (diff)
downloadchromium_src-a602d87983b0775ec00f7f0c073189723a02306d.zip
chromium_src-a602d87983b0775ec00f7f0c073189723a02306d.tar.gz
chromium_src-a602d87983b0775ec00f7f0c073189723a02306d.tar.bz2
CL removing inheritance of SkDevice from PlatformDevice.
PlatformDevice is now a base interface, which is implemented by the various flavours of BitmapPlatformDevice, and VectorPlatformDevice. The BitmapPlatformDevice and VectorPlatformDevice classes now inherit directly from SkDevice, or SkPDFDevice, as appropriate. PlatformDevice helper functions access the PlatformDevice interface attached to a SkDevice via meta-data on the SkDevice. BUG=none TEST=none Review URL: http://codereview.chromium.org/7633040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98230 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r--skia/skia.gyp3
1 files changed, 0 insertions, 3 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 076df75..f83c360 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -685,11 +685,8 @@
'ext/platform_device.cc',
'ext/platform_device.h',
'ext/platform_device_linux.cc',
- 'ext/platform_device_linux.h',
'ext/platform_device_mac.cc',
- 'ext/platform_device_mac.h',
'ext/platform_device_win.cc',
- 'ext/platform_device_win.h',
'ext/SkMemory_new_handler.cpp',
'ext/skia_utils_mac.mm',
'ext/skia_utils_mac.h',