Index: src/gpu/GrContext.cpp |
diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp |
index acae5b28b845d392617da5ff4201e2e70b87a957..a28f1bc698f59f38e90d1f5e6326adae81482dbd 100644 |
--- a/src/gpu/GrContext.cpp |
+++ b/src/gpu/GrContext.cpp |
@@ -1654,8 +1654,8 @@ void GrContext::setupDrawBuffer() { |
fDrawBuffer->setDrawState(fDrawState); |
} |
-GrDrawTarget* GrContext::getTextTarget(const GrPaint& paint) { |
- return this->prepareToDraw(&paint, BUFFERED_DRAW); |
+GrDrawTarget* GrContext::getTextTarget() { |
+ return this->prepareToDraw(NULL, BUFFERED_DRAW); |
} |
const GrIndexBuffer* GrContext::getQuadIndexBuffer() const { |