diff options
author | twiz@google.com <twiz@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-28 16:51:31 +0000 |
---|---|---|
committer | twiz@google.com <twiz@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-28 16:51:31 +0000 |
commit | 8ebe83a40a7a025bce3a69b46a696311bdade196 (patch) | |
tree | 42e55bd04422d08ba37670719f44bb84e1b1b5d8 /skia/skia.gyp | |
parent | 96e636f2a301cf9c17ff4118eb16adc3b431c8be (diff) | |
download | chromium_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.gyp | 3 |
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', |