| Index: include/effects/SkXfermodeImageFilter.h
|
| diff --git a/include/effects/SkXfermodeImageFilter.h b/include/effects/SkXfermodeImageFilter.h
|
| index 47c44b87e1983b45e48c035027efd99579fa833e..9733b446fe48533c1e02085d7538d32c96260529 100644
|
| --- a/include/effects/SkXfermodeImageFilter.h
|
| +++ b/include/effects/SkXfermodeImageFilter.h
|
| @@ -42,7 +42,8 @@ public:
|
| #if SK_SUPPORT_GPU
|
| bool canFilterImageGPU() const SK_OVERRIDE;
|
| virtual bool filterImageGPU(Proxy* proxy, const SkBitmap& src, const Context& ctx,
|
| - SkBitmap* result, SkIPoint* offset) const SK_OVERRIDE;
|
| + const GrClip&, SkBitmap* result,
|
| + SkIPoint* offset) const SK_OVERRIDE;
|
| #endif
|
|
|
| protected:
|
|
|