summaryrefslogtreecommitdiffstats
path: root/skia/skia.gyp
diff options
context:
space:
mode:
authortwiz@google.com <twiz@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-28 16:51:31 +0000
committertwiz@google.com <twiz@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-28 16:51:31 +0000
commit8ebe83a40a7a025bce3a69b46a696311bdade196 (patch)
tree42e55bd04422d08ba37670719f44bb84e1b1b5d8 /skia/skia.gyp
parent96e636f2a301cf9c17ff4118eb16adc3b431c8be (diff)
downloadchromium_src-8ebe83a40a7a025bce3a69b46a696311bdade196.zip
chromium_src-8ebe83a40a7a025bce3a69b46a696311bdade196.tar.gz
chromium_src-8ebe83a40a7a025bce3a69b46a696311bdade196.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 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98230 Review URL: http://codereview.chromium.org/7633040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98585 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',