summaryrefslogtreecommitdiffstats
path: root/skia/skia.gyp
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-02 00:01:47 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-02 00:01:47 +0000
commit56164f0194e23d5df428bcfa278556cf96ed639a (patch)
treed52597fb318936393db91d2ad14972ab74443639 /skia/skia.gyp
parentaa82299b37136a5de8a842d35eb893be6eb995f8 (diff)
downloadchromium_src-56164f0194e23d5df428bcfa278556cf96ed639a.zip
chromium_src-56164f0194e23d5df428bcfa278556cf96ed639a.tar.gz
chromium_src-56164f0194e23d5df428bcfa278556cf96ed639a.tar.bz2
Move BitmapPlatformDevice::makeOpaque into a shared file
so it's implemented on all platforms. This makes the method available on Linux+Mac, while removing BitmapPlatformDevice::processPixels from Mac (doesn't appear to be used anywhere). Review URL: http://codereview.chromium.org/3227007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58274 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r--skia/skia.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 74e394f..c627925 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -497,6 +497,7 @@
'../third_party/skia/include/images/SkMovie.h',
'../third_party/skia/include/images/SkPageFlipper.h',
+ 'ext/bitmap_platform_device.cc',
'ext/bitmap_platform_device.h',
'ext/bitmap_platform_device_data.h',
'ext/bitmap_platform_device_linux.cc',