Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / skia / include / core / SkImageFilterUtils.h
index b3921cd..b533c3b 100644 (file)
@@ -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);
 };