Index: src/gpu/GrStencilAndCoverTextContext.cpp |
diff --git a/src/gpu/GrStencilAndCoverTextContext.cpp b/src/gpu/GrStencilAndCoverTextContext.cpp |
index e43387e66fc898f2affd2039c35c21ea986a291a..7d66b33448710e852f2edb4207db5887727df584 100644 |
--- a/src/gpu/GrStencilAndCoverTextContext.cpp |
+++ b/src/gpu/GrStencilAndCoverTextContext.cpp |
@@ -40,7 +40,8 @@ GrStencilAndCoverTextContext* GrStencilAndCoverTextContext::Create(GrContext* co |
GrStencilAndCoverTextContext::~GrStencilAndCoverTextContext() { |
} |
-bool GrStencilAndCoverTextContext::canDraw(const SkPaint& paint, const SkMatrix& viewMatrix) { |
+bool GrStencilAndCoverTextContext::canDraw(const GrRenderTarget* rt, const SkPaint& paint, |
+ const SkMatrix& viewMatrix) { |
if (paint.getRasterizer()) { |
return false; |
} |