Revert "Revert "Convert GrConfigConversionEffect to a runtime FP""

This reverts commit 1c467774e56e591519bfd112e517705dec1e88dc.

Change-Id: Iad409002ddd71f0c26117e5a0814bf021fba8178
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/425186
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
diff --git a/src/gpu/GrProcessorUnitTest.cpp b/src/gpu/GrProcessorUnitTest.cpp
index bf7ddd1..5e1fe10 100644
--- a/src/gpu/GrProcessorUnitTest.cpp
+++ b/src/gpu/GrProcessorUnitTest.cpp
@@ -147,7 +147,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 = 17;
+static constexpr int kFPFactoryCount = 16;
 static constexpr int kGPFactoryCount = 14;
 static constexpr int kXPFactoryCount = 4;