| Index: src/gpu/GrLayerHoister.cpp | 
| diff --git a/src/gpu/GrLayerHoister.cpp b/src/gpu/GrLayerHoister.cpp | 
| index 7693328d12722c428ce5a1bc9c6971a092de6226..1f01e1a9836e48efb184bb43faa19f42d78b252e 100644 | 
| --- a/src/gpu/GrLayerHoister.cpp | 
| +++ b/src/gpu/GrLayerHoister.cpp | 
| @@ -313,7 +313,7 @@ void GrLayerHoister::FilterLayer(GrContext* context, | 
| SkAutoTUnref<SkImageFilter::Cache> cache(SkImageFilter::Cache::Create(kDefaultCacheSize)); | 
| SkImageFilter::Context filterContext(totMat, clipBounds, cache); | 
|  | 
| -    SkImageFilter::Proxy proxy(device, SkSurfaceProps(0, kUnknown_SkPixelGeometry)); | 
| +    SkImageFilter::Proxy proxy(device); | 
| const SkBitmap src = wrap_texture(layer->texture()); | 
|  | 
| if (!layer->filter()->filterImage(&proxy, src, filterContext, &filteredBitmap, &offset)) { | 
|  |