| Index: src/gpu/effects/GrConfigConversionEffect.cpp
|
| diff --git a/src/gpu/effects/GrConfigConversionEffect.cpp b/src/gpu/effects/GrConfigConversionEffect.cpp
|
| index 6b43606bb58584cb75bd9a8dc98d39de4d65b738..e32d92f99147d6913664a3b4e63c5b10575860d4 100644
|
| --- a/src/gpu/effects/GrConfigConversionEffect.cpp
|
| +++ b/src/gpu/effects/GrConfigConversionEffect.cpp
|
| @@ -232,7 +232,7 @@ void GrConfigConversionEffect::TestForPreservingPMConversions(GrContext* context
|
| break;
|
| }
|
|
|
| - readDrawContext->fillRectToRect(GrClip::WideOpen(),
|
| + readDrawContext->fillRectToRect(GrWideOpenClip(),
|
| paint1,
|
| SkMatrix::I(),
|
| kDstRect,
|
| @@ -249,7 +249,7 @@ void GrConfigConversionEffect::TestForPreservingPMConversions(GrContext* context
|
| failed = true;
|
| break;
|
| }
|
| - tempDrawContext->fillRectToRect(GrClip::WideOpen(),
|
| + tempDrawContext->fillRectToRect(GrWideOpenClip(),
|
| paint2,
|
| SkMatrix::I(),
|
| kDstRect,
|
| @@ -264,7 +264,7 @@ void GrConfigConversionEffect::TestForPreservingPMConversions(GrContext* context
|
| break;
|
| }
|
|
|
| - readDrawContext->fillRectToRect(GrClip::WideOpen(),
|
| + readDrawContext->fillRectToRect(GrWideOpenClip(),
|
| paint3,
|
| SkMatrix::I(),
|
| kDstRect,
|
|
|