aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2015-09-22 10:08:47 -0400
committerGravatar Brian Salomon <bsalomon@google.com>2015-09-22 10:08:47 -0400
commit3905c379e8da7c413f6f47398e6f605de84dc8a4 (patch)
tree1e9800c11fb6466aa8c2f2339017e06d659b58e3 /src
parent87ba62e67c9ed0c453754a5341255829075c8e22 (diff)
fix factory count
TBR=egdaniel@google.com Review URL: https://codereview.chromium.org/1357773003 .
Diffstat (limited to 'src')
-rw-r--r--src/gpu/GrProcessor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrProcessor.cpp b/src/gpu/GrProcessor.cpp
index 496e8ee218..e6be1da33a 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;