aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar fmalita <fmalita@chromium.org>2015-03-26 07:24:48 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-03-26 07:24:48 -0700
commit65cdb57ae8fd23ccec5f7f4f86b34e4aa85c45ae (patch)
treec80696514247502680931e64715ca5c345ddeb8e /gyp
parent230d4ac7013f79a3e79efd4452d7fa5c3f508660 (diff)
Add a paint filter utility canvas (SkPaintFilterCanvas)
Introduce a paint filter proxy base class as a SkDrawFilter replacement, and convert SkDebugCanvas to use the new approach. BUG=skia:3587 R=reed@google.com,mtklein@google.com,robertphillips@google.com,tomhudson@google.com Review URL: https://codereview.chromium.org/1032173002
Diffstat (limited to 'gyp')
-rw-r--r--gyp/utils.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/utils.gypi b/gyp/utils.gypi
index ad9721001e..68876cbdfe 100644
--- a/gyp/utils.gypi
+++ b/gyp/utils.gypi
@@ -34,6 +34,7 @@
'<(skia_include_path)/utils/SkNoSaveLayerCanvas.h',
'<(skia_include_path)/utils/SkNWayCanvas.h',
'<(skia_include_path)/utils/SkNullCanvas.h',
+ '<(skia_include_path)/utils/SkPaintFilterCanvas.h',
'<(skia_include_path)/utils/SkParse.h',
'<(skia_include_path)/utils/SkParsePaint.h',
'<(skia_include_path)/utils/SkParsePath.h',
@@ -74,6 +75,7 @@
'<(skia_src_path)/utils/SkNWayCanvas.cpp',
'<(skia_src_path)/utils/SkNullCanvas.cpp',
'<(skia_src_path)/utils/SkOSFile.cpp',
+ '<(skia_src_path)/utils/SkPaintFilterCanvas.cpp',
'<(skia_src_path)/utils/SkParse.cpp',
'<(skia_src_path)/utils/SkParseColor.cpp',
'<(skia_src_path)/utils/SkParsePath.cpp',