| Index: src/gpu/GrDefaultGeoProcFactory.h
|
| diff --git a/src/gpu/GrDefaultGeoProcFactory.h b/src/gpu/GrDefaultGeoProcFactory.h
|
| index 53fb4b8dccc7efbca2a94899ad58d309730a74e2..f13ff85904463bbb66ca55e638dedd26ffbdf95b 100644
|
| --- a/src/gpu/GrDefaultGeoProcFactory.h
|
| +++ b/src/gpu/GrDefaultGeoProcFactory.h
|
| @@ -80,7 +80,9 @@ public:
|
| *
|
| * You must unref the return from Create.
|
| */
|
| - static const GrGeometryProcessor* Create(GrColor, uint32_t gpTypeFlags = 0,
|
| + static const GrGeometryProcessor* Create(GrColor,
|
| + uint32_t gpTypeFlags = 0,
|
| + bool opaqueVertexColors = false,
|
| uint8_t coverage = 0xff);
|
| static size_t DefaultVertexStride() { return sizeof(PositionAttr); }
|
| };
|
|
|