summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
authorsenorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-15 17:51:23 +0000
committersenorblanco@chromium.org <senorblanco@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-15 17:51:23 +0000
commit878303fe44c06b52b598d566511c7bcaf5afd2e9 (patch)
treedafcb441611bef344150568136c367b95110db58 /skia
parent5d0ca2683a8aa784cf37af1748d5ca0b3734edd9 (diff)
downloadchromium_src-878303fe44c06b52b598d566511c7bcaf5afd2e9.zip
chromium_src-878303fe44c06b52b598d566511c7bcaf5afd2e9.tar.gz
chromium_src-878303fe44c06b52b598d566511c7bcaf5afd2e9.tar.bz2
Add skia's SkMorphologyImageFilter.* to the Chrome build. I'll be needing these for an upcoming WebKit change.
Review URL: http://codereview.chromium.org/9704043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126942 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r--skia/skia.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 744d059..99b6fd5 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -337,6 +337,7 @@
'../third_party/skia/src/effects/SkKernel33MaskFilter.cpp',
'../third_party/skia/src/effects/SkLayerDrawLooper.cpp',
'../third_party/skia/src/effects/SkLayerRasterizer.cpp',
+ '../third_party/skia/src/effects/SkMorphologyImageFilter.cpp',
'../third_party/skia/src/effects/SkPaintFlagsDrawFilter.cpp',
'../third_party/skia/src/effects/SkPorterDuff.cpp',
'../third_party/skia/src/effects/SkPixelXorXfermode.cpp',
@@ -618,6 +619,7 @@
'../third_party/skia/include/effects/SkKernel33MaskFilter.h',
'../third_party/skia/include/effects/SkLayerDrawLooper.h',
'../third_party/skia/include/effects/SkLayerRasterizer.h',
+ '../third_party/skia/include/effects/SkMorphologyImageFilter.h',
'../third_party/skia/include/effects/SkPaintFlagsDrawFilter.h',
'../third_party/skia/include/effects/SkPixelXorXfermode.h',
'../third_party/skia/include/effects/SkPorterDuff.h',