| Index: src/effects/SkGpuBlurUtils.cpp
|
| diff --git a/src/effects/SkGpuBlurUtils.cpp b/src/effects/SkGpuBlurUtils.cpp
|
| index 02fdf485d2c2399fa1d0d1e080384050bd03adca..6133db11d20e41bdf31a06d5d7379c4f44a3e348 100644
|
| --- a/src/effects/SkGpuBlurUtils.cpp
|
| +++ b/src/effects/SkGpuBlurUtils.cpp
|
| @@ -11,7 +11,7 @@
|
|
|
| #if SK_SUPPORT_GPU
|
| #include "effects/GrConvolutionEffect.h"
|
| -#include "effects/GrTextureDomainEffect.h"
|
| +#include "effects/GrTextureDomain.h"
|
| #include "GrContext.h"
|
| #endif
|
|
|
| @@ -173,7 +173,7 @@ GrTexture* GaussianBlur(GrContext* context,
|
| srcTexture,
|
| matrix,
|
| domain,
|
| - GrTextureDomainEffect::kDecal_WrapMode,
|
| + GrTextureDomain::kDecal_Mode,
|
| GrTextureParams::kBilerp_FilterMode));
|
| paint.addColorEffect(effect);
|
| } else {
|
|
|