| Index: src/gpu/GrDrawContext.cpp
|
| diff --git a/src/gpu/GrDrawContext.cpp b/src/gpu/GrDrawContext.cpp
|
| index e9a9619da587742237d7e8b9e007ff681916fefb..42d6795903d101b8803407c1a988ccdfa763520a 100644
|
| --- a/src/gpu/GrDrawContext.cpp
|
| +++ b/src/gpu/GrDrawContext.cpp
|
| @@ -241,7 +241,7 @@ void GrDrawContext::internalClear(const GrFixedClip& clip,
|
|
|
| GrPaint paint;
|
| paint.setColor4f(GrColor4f::FromGrColor(color));
|
| - paint.setXPFactory(GrPorterDuffXPFactory::Make(SkXfermode::kSrc_Mode));
|
| + paint.setXPFactory(GrPorterDuffXPFactory::Make(SkXfermode::Mode::kSrc_Mode));
|
|
|
| this->drawRect(clip, paint, SkMatrix::I(), clearRect);
|
| } else if (isFull) {
|
|
|