| Index: src/gpu/GrDefaultGeoProcFactory.h
 | 
| diff --git a/src/gpu/GrDefaultGeoProcFactory.h b/src/gpu/GrDefaultGeoProcFactory.h
 | 
| index 3722a320cef5754f4659c28fcff36176409217e4..aee16fd0270fee9723119180356b5efb8869c97b 100644
 | 
| --- a/src/gpu/GrDefaultGeoProcFactory.h
 | 
| +++ b/src/gpu/GrDefaultGeoProcFactory.h
 | 
| @@ -83,8 +83,6 @@
 | 
|      // TODO clean this up
 | 
|      static const GrGeometryProcessor* Create(uint32_t gpTypeFlags,
 | 
|                                               GrColor,
 | 
| -                                             bool usesLocalCoords,
 | 
| -                                             bool coverageIgnored,
 | 
|                                               const SkMatrix& viewMatrix = SkMatrix::I(),
 | 
|                                               const SkMatrix& localMatrix = SkMatrix::I(),
 | 
|                                               uint8_t coverage = 0xff);
 | 
| 
 |