Index: src/gpu/GrProcessor.cpp |
diff --git a/src/gpu/GrProcessor.cpp b/src/gpu/GrProcessor.cpp |
index 496e8ee218e8017d7a6b5878138a3b64d0e23991..e6be1da33a6e43159e636201a4770122186e6dd6 100644 |
--- a/src/gpu/GrProcessor.cpp |
+++ b/src/gpu/GrProcessor.cpp |
@@ -50,7 +50,7 @@ GrProcessorTestFactory<GrGeometryProcessor>::GetFactories() { |
* we verify the count is as expected. If a new factory is added, then these numbers must be |
* manually adjusted. |
*/ |
-static const int kFPFactoryCount = 39; |
+static const int kFPFactoryCount = 38; |
static const int kGPFactoryCount = 14; |
static const int kXPFactoryCount = 5; |