commit | e9ab391765c7a604a45a2c56a83ce77d3f5f4b4f | [log] [tgz] |
---|---|---|
author | Brian Osman <brianosman@google.com> | Fri Jul 02 10:17:45 2021 -0400 |
committer | Brian Osman <brianosman@google.com> | Fri Jul 02 17:33:15 2021 +0000 |
tree | 934c8e28a64d0430e0da385844f9ae842bdce1da | |
parent | 1c467774e56e591519bfd112e517705dec1e88dc [diff] [blame] |
Reland "Convert GrDitherEffect to a runtime FP" This reverts commit 3dd52c758b6cbcf1bf6eca1d0a594195e770d2ef. Change-Id: Ie873ad570ffc57b3edd6ffe8612cbc2c73d40450 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/424259 Reviewed-by: Brian Osman <brianosman@google.com>
diff --git a/src/gpu/GrProcessorUnitTest.cpp b/src/gpu/GrProcessorUnitTest.cpp index 3a6f0d1..b4c673f 100644 --- a/src/gpu/GrProcessorUnitTest.cpp +++ b/src/gpu/GrProcessorUnitTest.cpp
@@ -146,7 +146,7 @@ * we verify the count is as expected. If a new factory is added, then these numbers must be * manually adjusted. */ -static constexpr int kFPFactoryCount = 18; +static constexpr int kFPFactoryCount = 17; static constexpr int kGPFactoryCount = 14; static constexpr int kXPFactoryCount = 4;