From e3ababe44315452cd33b96a18ce316ede09ff3c3 Mon Sep 17 00:00:00 2001 From: joshualitt Date: Fri, 15 May 2015 07:56:07 -0700 Subject: remove localmatrix from GrGeometryProcessor base class BUG=skia: Review URL: https://codereview.chromium.org/1131513005 --- src/gpu/GrGeometryProcessor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gpu/GrGeometryProcessor.h') diff --git a/src/gpu/GrGeometryProcessor.h b/src/gpu/GrGeometryProcessor.h index 4458a3213a..eee286b20d 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) {} -- cgit v1.2.3