fix factory count

TBR=egdaniel@google.com

Review URL: https://codereview.chromium.org/1357773003 .
This commit is contained in:
Brian Salomon 2015-09-22 10:08:47 -04:00
parent 87ba62e67c
commit 3905c379e8

View File

@ -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;