| Index: src/gpu/GrProcessor.cpp
|
| diff --git a/src/gpu/GrProcessor.cpp b/src/gpu/GrProcessor.cpp
|
| index 79798b6b8247f8be45e1f51fc08bd349ffc83cee..ddde8c6b292e285956be46da8785b3818c982571 100644
|
| --- a/src/gpu/GrProcessor.cpp
|
| +++ b/src/gpu/GrProcessor.cpp
|
| @@ -38,7 +38,7 @@ GrProcessorTestFactory<GrGeometryProcessor>::GetFactories() {
|
| * manually adjusted.
|
| */
|
| static const int kFPFactoryCount = 37;
|
| -static const int kGPFactoryCount = 15;
|
| +static const int kGPFactoryCount = 16;
|
|
|
| template<>
|
| void GrProcessorTestFactory<GrFragmentProcessor>::VerifyFactoryCount() {
|
|
|