Index: src/gpu/GrProcessor.cpp |
diff --git a/src/gpu/GrProcessor.cpp b/src/gpu/GrProcessor.cpp |
index 9be9e4063ba2224982b197ef3bb7315a62c751c7..23f0ed16d8266ed131a0e14d28ad46ba2eb76a89 100644 |
--- a/src/gpu/GrProcessor.cpp |
+++ b/src/gpu/GrProcessor.cpp |
@@ -49,7 +49,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 = 38; |
+static const int kFPFactoryCount = 37; |
static const int kGPFactoryCount = 14; |
static const int kXPFactoryCount = 5; |