aboutsummaryrefslogtreecommitdiff
path: root/gn/tests.gni
diff options
context:
space:
mode:
authorMike Klein <mtklein@google.com>2018-11-09 09:37:21 -0500
committerSkia Commit-Bot <skia-commit-bot@chromium.org>2018-11-09 15:41:21 +0000
commitef4709b7850d0da575010e64f7a4d9eeeefcc83f (patch)
tree4e77500110fdf83d7a86a329efe0a186fa7b43a6 /gn/tests.gni
parenta3741a6152d1fd336caa1ddad3dcef76632a7a87 (diff)
downloadskqp-ef4709b7850d0da575010e64f7a4d9eeeefcc83f.tar.gz
move blend-row routines to SkBlitter_ARGB32.cpp
SkBlend::RowFactory is only ever used to pass these function pointers from SkBlitMask_D32.cpp to SkBlitMask_ARGB32.cpp, so let's eliminate the middleman. Change-Id: If74af775bb3cdc3eec9dc4ebeb180ac42b184a54 Reviewed-on: https://skia-review.googlesource.com/c/170062 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: Mike Klein <mtklein@google.com>
Diffstat (limited to 'gn/tests.gni')
-rw-r--r--gn/tests.gni1
1 files changed, 0 insertions, 1 deletions
diff --git a/gn/tests.gni b/gn/tests.gni
index 91abd0dec3..66fc2b89e9 100644
--- a/gn/tests.gni
+++ b/gn/tests.gni
@@ -21,7 +21,6 @@ tests_sources = [
"$_tests/BitSetTest.cpp",
"$_tests/BlendTest.cpp",
"$_tests/BlitMaskClip.cpp",
- "$_tests/BlitMaskTest.cpp",
"$_tests/BlurTest.cpp",
"$_tests/CachedDataTest.cpp",
"$_tests/CachedDecodingPixelRefTest.cpp",