fix factory count
TBR=egdaniel@google.com Review URL: https://codereview.chromium.org/1357773003 .
This commit is contained in:
parent
87ba62e67c
commit
3905c379e8
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user