Index: src/gpu/GrProcessor.cpp |
diff --git a/src/gpu/GrProcessor.cpp b/src/gpu/GrProcessor.cpp |
index 4bda2e18b6dd93c4fcc32f92515daf75386036d6..1457bed7ba0324a5ceb17c20589845d2246e3ae1 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 = 37; |
+static const int kFPFactoryCount = 38; |
static const int kGPFactoryCount = 14; |
static const int kXPFactoryCount = 5; |