| Index: src/gpu/GrLayerHoister.cpp
|
| diff --git a/src/gpu/GrLayerHoister.cpp b/src/gpu/GrLayerHoister.cpp
|
| index 004e4d0e6eb38ab190e6d16a402b0e5d1c78d48f..2c45a7f9e55a008532cc89a26d5cb9c51489bb16 100644
|
| --- a/src/gpu/GrLayerHoister.cpp
|
| +++ b/src/gpu/GrLayerHoister.cpp
|
| @@ -311,7 +311,7 @@ void GrLayerHoister::FilterLayer(GrContext* context,
|
| // This cache is transient, and is freed (along with all its contained
|
| // textures) when it goes out of scope.
|
| SkAutoTUnref<SkImageFilter::Cache> cache(SkImageFilter::Cache::Create(kDefaultCacheSize));
|
| - SkImageFilter::Context filterContext(totMat, clipBounds, cache, SkImageFilter::kApprox_SizeConstraint);
|
| + SkImageFilter::Context filterContext(totMat, clipBounds, cache);
|
|
|
| SkImageFilter::DeviceProxy proxy(device);
|
| const SkBitmap src = wrap_texture(layer->texture());
|
|
|