Index: include/gpu/GrContext.h |
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h |
index cca476bee45493c6b4dd7f1bc5fb9724c5f15f2e..712eff60b6e70684ffd462d37ee82529ac53fe6f 100644 |
--- a/include/gpu/GrContext.h |
+++ b/include/gpu/GrContext.h |
@@ -836,7 +836,7 @@ public: |
GrGpu* getGpu() { return fGpu; } |
const GrGpu* getGpu() const { return fGpu; } |
GrFontCache* getFontCache() { return fFontCache; } |
- GrDrawTarget* getTextTarget(const GrPaint& paint); |
+ GrDrawTarget* getTextTarget(); |
const GrIndexBuffer* getQuadIndexBuffer() const; |
/** |