| Index: src/gpu/SkGpuDevice_drawTexture.cpp
|
| diff --git a/src/gpu/SkGpuDevice_drawTexture.cpp b/src/gpu/SkGpuDevice_drawTexture.cpp
|
| index 9750c96f9d536aab00db2ff887c5c3e4cabc5449..156bb7e6bfab4e05476d6d2af954d98caf16edb3 100644
|
| --- a/src/gpu/SkGpuDevice_drawTexture.cpp
|
| +++ b/src/gpu/SkGpuDevice_drawTexture.cpp
|
| @@ -10,7 +10,7 @@
|
| #include "GrBlurUtils.h"
|
| #include "GrCaps.h"
|
| #include "GrDrawContext.h"
|
| -#include "GrStrokeInfo.h"
|
| +#include "GrStyle.h"
|
| #include "GrTextureParamsAdjuster.h"
|
| #include "SkDraw.h"
|
| #include "SkGrPriv.h"
|
| @@ -240,6 +240,6 @@ void SkGpuDevice::drawTextureProducerImpl(GrTextureProducer* producer,
|
| rectPath.addRect(clippedDstRect);
|
| rectPath.setIsVolatile(true);
|
| GrBlurUtils::drawPathWithMaskFilter(this->context(), fDrawContext.get(), fClip,
|
| - rectPath, &grPaint, viewMatrix, mf, paint.getPathEffect(),
|
| - GrStrokeInfo::FillInfo(), true);
|
| + rectPath, &grPaint, viewMatrix, mf, GrStyle::SimpleFill(),
|
| + true);
|
| }
|
|
|