| Index: src/gpu/GrGeometryProcessor.h
|
| diff --git a/src/gpu/GrGeometryProcessor.h b/src/gpu/GrGeometryProcessor.h
|
| index 1c7fc9989bb473af5c0ce0639157c07fef62ee32..4458a3213a79f49c1211ab99a033bd09ecdcb3ee 100644
|
| --- a/src/gpu/GrGeometryProcessor.h
|
| +++ b/src/gpu/GrGeometryProcessor.h
|
| @@ -19,9 +19,8 @@
|
| */
|
| class GrGeometryProcessor : public GrPrimitiveProcessor {
|
| public:
|
| - GrGeometryProcessor(const SkMatrix& viewMatrix = SkMatrix::I(),
|
| - const SkMatrix& localMatrix = SkMatrix::I())
|
| - : INHERITED(viewMatrix, localMatrix, false)
|
| + GrGeometryProcessor(const SkMatrix& localMatrix = SkMatrix::I())
|
| + : INHERITED(localMatrix, false)
|
| , fWillUseGeoShader(false)
|
| , fHasLocalCoords(false) {}
|
|
|
|
|