| Index: src/gpu/SkGpuDevice.cpp
|
| diff --git a/src/gpu/SkGpuDevice.cpp b/src/gpu/SkGpuDevice.cpp
|
| index 060b2a1e45dec890f506de0ebb39a1f472ae156e..cb92ab3edfd202a56b4a1424d0d495bd971be483 100644
|
| --- a/src/gpu/SkGpuDevice.cpp
|
| +++ b/src/gpu/SkGpuDevice.cpp
|
| @@ -46,7 +46,7 @@
|
| #include "effects/GrDashingEffect.h"
|
| #include "effects/GrSimpleTextureEffect.h"
|
| #include "effects/GrTextureDomain.h"
|
| -#include "text/GrTextContext.h"
|
| +#include "text/GrTextUtils.h"
|
|
|
| #if SK_SUPPORT_GPU
|
|
|
| @@ -1755,7 +1755,7 @@ void SkGpuDevice::drawTextBlob(const SkDraw& draw, const SkTextBlob* blob, SkSca
|
| ///////////////////////////////////////////////////////////////////////////////
|
|
|
| bool SkGpuDevice::onShouldDisableLCD(const SkPaint& paint) const {
|
| - return GrTextContext::ShouldDisableLCD(paint);
|
| + return GrTextUtils::ShouldDisableLCD(paint);
|
| }
|
|
|
| void SkGpuDevice::flush() {
|
|
|