| Index: src/gpu/GrDefaultGeoProcFactory.h
|
| diff --git a/src/gpu/GrDefaultGeoProcFactory.h b/src/gpu/GrDefaultGeoProcFactory.h
|
| index aee16fd0270fee9723119180356b5efb8869c97b..3722a320cef5754f4659c28fcff36176409217e4 100644
|
| --- a/src/gpu/GrDefaultGeoProcFactory.h
|
| +++ b/src/gpu/GrDefaultGeoProcFactory.h
|
| @@ -83,6 +83,8 @@ public:
|
| // 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);
|
|
|