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