| Index: src/gpu/GrLayerHoister.cpp
|
| diff --git a/src/gpu/GrLayerHoister.cpp b/src/gpu/GrLayerHoister.cpp
|
| index 67e3c19a2fc6425e49a60b9db3884d60d2df4c10..5cc5fa3c0200699c3159f1ed184299196cc7719d 100644
|
| --- a/src/gpu/GrLayerHoister.cpp
|
| +++ b/src/gpu/GrLayerHoister.cpp
|
| @@ -11,7 +11,6 @@
|
|
|
| #include "SkBigPicture.h"
|
| #include "SkCanvas.h"
|
| -#include "SkDeviceImageFilterProxy.h"
|
| #include "SkDeviceProperties.h"
|
| #include "SkGpuDevice.h"
|
| #include "SkGrPixelRef.h"
|
| @@ -315,7 +314,7 @@ void GrLayerHoister::FilterLayer(GrContext* context,
|
| SkAutoTUnref<SkImageFilter::Cache> cache(SkImageFilter::Cache::Create(kDefaultCacheSize));
|
| SkImageFilter::Context filterContext(totMat, clipBounds, cache);
|
|
|
| - SkDeviceImageFilterProxy proxy(device, SkSurfaceProps(0, kUnknown_SkPixelGeometry));
|
| + SkImageFilter::Proxy proxy(device, SkSurfaceProps(0, kUnknown_SkPixelGeometry));
|
| const SkBitmap src = wrap_texture(layer->texture());
|
|
|
| if (!layer->filter()->filterImage(&proxy, src, filterContext, &filteredBitmap, &offset)) {
|
|
|