| Index: src/gpu/GrTextContext.h
|
| diff --git a/src/gpu/GrTextContext.h b/src/gpu/GrTextContext.h
|
| index d333c631413f751d3b89378f921b4dee815e9994..7a1f3db3f865a70131791dd1ee129af02b0f35ce 100644
|
| --- a/src/gpu/GrTextContext.h
|
| +++ b/src/gpu/GrTextContext.h
|
| @@ -50,7 +50,7 @@ protected:
|
|
|
| GrTextContext(GrContext*, const SkDeviceProperties&);
|
|
|
| - virtual bool canDraw(const SkPaint& paint, const SkMatrix& viewMatrix) = 0;
|
| + virtual bool canDraw(const GrRenderTarget*, const SkPaint&, const SkMatrix& viewMatrix) = 0;
|
|
|
| virtual void onDrawText(GrRenderTarget*, const GrClip&, const GrPaint&, const SkPaint&,
|
| const SkMatrix& viewMatrix, const char text[], size_t byteLength,
|
|
|