Add skia's SkMorphologyImageFilter.* to the Chrome build. I'll be needing...

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
parent 5d0ca268
...@@ -337,6 +337,7 @@ ...@@ -337,6 +337,7 @@
'../third_party/skia/src/effects/SkKernel33MaskFilter.cpp', '../third_party/skia/src/effects/SkKernel33MaskFilter.cpp',
'../third_party/skia/src/effects/SkLayerDrawLooper.cpp', '../third_party/skia/src/effects/SkLayerDrawLooper.cpp',
'../third_party/skia/src/effects/SkLayerRasterizer.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/SkPaintFlagsDrawFilter.cpp',
'../third_party/skia/src/effects/SkPorterDuff.cpp', '../third_party/skia/src/effects/SkPorterDuff.cpp',
'../third_party/skia/src/effects/SkPixelXorXfermode.cpp', '../third_party/skia/src/effects/SkPixelXorXfermode.cpp',
...@@ -618,6 +619,7 @@ ...@@ -618,6 +619,7 @@
'../third_party/skia/include/effects/SkKernel33MaskFilter.h', '../third_party/skia/include/effects/SkKernel33MaskFilter.h',
'../third_party/skia/include/effects/SkLayerDrawLooper.h', '../third_party/skia/include/effects/SkLayerDrawLooper.h',
'../third_party/skia/include/effects/SkLayerRasterizer.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/SkPaintFlagsDrawFilter.h',
'../third_party/skia/include/effects/SkPixelXorXfermode.h', '../third_party/skia/include/effects/SkPixelXorXfermode.h',
'../third_party/skia/include/effects/SkPorterDuff.h', '../third_party/skia/include/effects/SkPorterDuff.h',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment