| Index: src/gpu/GrProcessor.cpp
|
| diff --git a/src/gpu/GrProcessor.cpp b/src/gpu/GrProcessor.cpp
|
| index 1457bed7ba0324a5ceb17c20589845d2246e3ae1..d13c1beadbe4bc57c1bbbd10cc61c604f66f7fba 100644
|
| --- a/src/gpu/GrProcessor.cpp
|
| +++ b/src/gpu/GrProcessor.cpp
|
| @@ -51,7 +51,7 @@ GrProcessorTestFactory<GrGeometryProcessor>::GetFactories() {
|
| */
|
| static const int kFPFactoryCount = 38;
|
| static const int kGPFactoryCount = 14;
|
| -static const int kXPFactoryCount = 5;
|
| +static const int kXPFactoryCount = 6;
|
|
|
| template<>
|
| void GrProcessorTestFactory<GrFragmentProcessor>::VerifyFactoryCount() {
|
|
|