| Index: src/gpu/GrBitmapTextContext.cpp
|
| diff --git a/src/gpu/GrBitmapTextContext.cpp b/src/gpu/GrBitmapTextContext.cpp
|
| index 3031f985ed373fb3b819ed127fa83b6332bf0bd8..ad87aa9f769a8db1f0fe89938a91823cfcbbcf9d 100755
|
| --- a/src/gpu/GrBitmapTextContext.cpp
|
| +++ b/src/gpu/GrBitmapTextContext.cpp
|
| @@ -66,7 +66,8 @@ GrBitmapTextContext* GrBitmapTextContext::Create(GrContext* context,
|
| return SkNEW_ARGS(GrBitmapTextContext, (context, props));
|
| }
|
|
|
| -bool GrBitmapTextContext::canDraw(const SkPaint& paint, const SkMatrix& viewMatrix) {
|
| +bool GrBitmapTextContext::canDraw(const GrRenderTarget* rt, const SkPaint& paint,
|
| + const SkMatrix& viewMatrix) {
|
| return !SkDraw::ShouldDrawTextAsPaths(paint, viewMatrix);
|
| }
|
|
|
|
|