| Index: gm/convexpolyeffect.cpp
 | 
| diff --git a/gm/convexpolyeffect.cpp b/gm/convexpolyeffect.cpp
 | 
| index b27f7c20393d6565503e40785de986c28fcefb6e..9c6741aac6bae69b318f558e7954c2eeeabde7db 100644
 | 
| --- a/gm/convexpolyeffect.cpp
 | 
| +++ b/gm/convexpolyeffect.cpp
 | 
| @@ -158,8 +158,7 @@
 | 
|  
 | 
|          static const GrColor color = 0xff000000;
 | 
|          SkAutoTUnref<const GrGeometryProcessor> gp(
 | 
| -                GrDefaultGeoProcFactory::Create(GrDefaultGeoProcFactory::kPosition_GPType, color,
 | 
| -                                                false, false));
 | 
| +                GrDefaultGeoProcFactory::Create(GrDefaultGeoProcFactory::kPosition_GPType, color));
 | 
|  
 | 
|          SkScalar y = 0;
 | 
|          for (SkTLList<SkPath>::Iter iter(fPaths, SkTLList<SkPath>::Iter::kHead_IterStart);
 | 
| 
 |