| Index: src/effects/SkLightingImageFilter.cpp
|
| diff --git a/src/effects/SkLightingImageFilter.cpp b/src/effects/SkLightingImageFilter.cpp
|
| index 270c10f86b01bbd3981f0a71d11f134d5bf9f9d2..c76311ea8e3db4243c0e4fc90431a3ffd661e1b5 100644
|
| --- a/src/effects/SkLightingImageFilter.cpp
|
| +++ b/src/effects/SkLightingImageFilter.cpp
|
| @@ -403,7 +403,8 @@ bool SkLightingImageFilterInternal::filterImageGPU(Proxy* proxy,
|
| SkRect bottom = SkRect::MakeXYWH(1, dstRect.height() - 1, dstRect.width() - 2, 1);
|
| SkRect bottomRight = SkRect::MakeXYWH(dstRect.width() - 1, dstRect.height() - 1, 1, 1);
|
|
|
| - SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(dst->asRenderTarget()));
|
| + SkAutoTUnref<GrDrawContext> drawContext(
|
| + context->drawingMgr().drawContext(dst->asRenderTarget()));
|
| if (!drawContext) {
|
| return false;
|
| }
|
|
|