diff options
author | twiz@chromium.org <twiz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-25 15:31:51 +0000 |
---|---|---|
committer | twiz@chromium.org <twiz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-25 15:31:51 +0000 |
commit | 2e2ed3b0a0325286ec7024d2d379fed9c141f8bb (patch) | |
tree | b3a5dee8390c8f3eb976904b059687b00070a702 /skia/skia.gyp | |
parent | a1b30a606da0a1ace5df72c7decf04a4791ef197 (diff) | |
download | chromium_src-2e2ed3b0a0325286ec7024d2d379fed9c141f8bb.zip chromium_src-2e2ed3b0a0325286ec7024d2d379fed9c141f8bb.tar.gz chromium_src-2e2ed3b0a0325286ec7024d2d379fed9c141f8bb.tar.bz2 |
Revert 98230 - 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
TBR=twiz@chromium.org,jbates@chromium.org, dpolukhin@chromium.org, sanjeevr@chromium.org
Review URL: http://codereview.chromium.org/7754001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98233 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index f83c360..076df75 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -685,8 +685,11 @@ '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', |