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