Index: src/gpu/GrTextContext.h |
diff --git a/src/gpu/GrTextContext.h b/src/gpu/GrTextContext.h |
index 2521047938e9e13e83c0046b31117dca335ef137..f50bf8586a16f14178333876d4ff306faed91bb3 100644 |
--- a/src/gpu/GrTextContext.h |
+++ b/src/gpu/GrTextContext.h |
@@ -52,8 +52,7 @@ protected: |
GrTextContext(GrContext*, const SkSurfaceProps&); |
- virtual bool canDraw(const GrRenderTarget*, const GrClip&, const GrPaint&, |
- const SkPaint&, const SkMatrix& viewMatrix) = 0; |
+ virtual bool canDraw(const SkPaint&, const SkMatrix& viewMatrix) = 0; |
virtual void onDrawText(GrDrawContext*, GrRenderTarget*, const GrClip&, |
const GrPaint&, const SkPaint&, |