| Index: include/core/SkImageFilterUtils.h
|
| diff --git a/include/core/SkImageFilterUtils.h b/include/core/SkImageFilterUtils.h
|
| index b3921cdaf63c6c28db1e011f6841316b6dc75557..b533c3bca25e3eb4aa1dc65f55a2b95d1a6b36a0 100644
|
| --- a/include/core/SkImageFilterUtils.h
|
| +++ b/include/core/SkImageFilterUtils.h
|
| @@ -28,7 +28,7 @@ public:
|
| * this function returns src. If the filter has no GPU implementation, it
|
| * will be processed in software and uploaded to the GPU.
|
| */
|
| - static bool GetInputResultGPU(SkImageFilter* filter, SkImageFilter::Proxy* proxy,
|
| + static bool GetInputResultGPU(const SkImageFilter* filter, SkImageFilter::Proxy* proxy,
|
| const SkBitmap& src, const SkMatrix& ctm, SkBitmap* result,
|
| SkIPoint* offset);
|
| };
|
|
|