aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpu/text/GrTextTarget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/text/GrTextTarget.h')
-rw-r--r--src/gpu/text/GrTextTarget.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gpu/text/GrTextTarget.h b/src/gpu/text/GrTextTarget.h
index f5a7efa49d..3bcbe9a29c 100644
--- a/src/gpu/text/GrTextTarget.h
+++ b/src/gpu/text/GrTextTarget.h
@@ -31,8 +31,7 @@ public:
virtual void addDrawOp(const GrClip&, std::unique_ptr<GrAtlasTextOp> op) = 0;
virtual void drawPath(const GrClip&, const SkPath&, const SkPaint&,
- const SkMatrix& viewMatrix, const SkMatrix* pathMatrix,
- const SkIRect& clipBounds) = 0;
+ const SkMatrix& viewMatrix, const SkMatrix* pathMatrix) = 0;
virtual void makeGrPaint(GrMaskFormat, const SkPaint&, const SkMatrix& viewMatrix,
GrPaint*) = 0;