| Index: src/gpu/GrDistanceFieldTextContext.cpp
|
| diff --git a/src/gpu/GrDistanceFieldTextContext.cpp b/src/gpu/GrDistanceFieldTextContext.cpp
|
| index eb172af1b6c941c123d516f3c14b22498a0f64fd..bad27f7df2b00f04cf39b478317a4eefdaf756ec 100755
|
| --- a/src/gpu/GrDistanceFieldTextContext.cpp
|
| +++ b/src/gpu/GrDistanceFieldTextContext.cpp
|
| @@ -80,7 +80,8 @@ GrDistanceFieldTextContext::~GrDistanceFieldTextContext() {
|
| SkSafeSetNull(fGammaTexture);
|
| }
|
|
|
| -bool GrDistanceFieldTextContext::canDraw(const SkPaint& paint, const SkMatrix& viewMatrix) {
|
| +bool GrDistanceFieldTextContext::canDraw(const GrRenderTarget* rt, const SkPaint& paint,
|
| + const SkMatrix& viewMatrix) {
|
| // TODO: support perspective (need getMaxScale replacement)
|
| if (viewMatrix.hasPerspective()) {
|
| return false;
|
|
|