| Index: include/core/SkImageFilterUtils.h
|
| diff --git a/include/core/SkImageFilterUtils.h b/include/core/SkImageFilterUtils.h
|
| index 5b9f192a0ff9f863e1ec9d1dcfeecc6351bace7c..b3921cdaf63c6c28db1e011f6841316b6dc75557 100644
|
| --- a/include/core/SkImageFilterUtils.h
|
| +++ b/include/core/SkImageFilterUtils.h
|
| @@ -29,7 +29,8 @@ public:
|
| * will be processed in software and uploaded to the GPU.
|
| */
|
| static bool GetInputResultGPU(SkImageFilter* filter, SkImageFilter::Proxy* proxy,
|
| - const SkBitmap& src, SkBitmap* result, SkIPoint* offset);
|
| + const SkBitmap& src, const SkMatrix& ctm, SkBitmap* result,
|
| + SkIPoint* offset);
|
| };
|
|
|
| #endif
|
|
|