| Index: sky/engine/core/painting/Paint.idl
|
| diff --git a/sky/engine/core/painting/Paint.idl b/sky/engine/core/painting/Paint.idl
|
| index 8d1b45940297ddf8cc440109d52734b9726880a8..11e5c2149604987e909ae58f6da40552646391a4 100644
|
| --- a/sky/engine/core/painting/Paint.idl
|
| +++ b/sky/engine/core/painting/Paint.idl
|
| @@ -12,4 +12,5 @@
|
| void setARGB(unsigned long a, unsigned long r, unsigned long g, unsigned long b);
|
| void setDrawLooper(DrawLooper looper);
|
| void setColorFilter(ColorFilter filter);
|
| + void setMaskFilter(MaskFilter filter);
|
| };
|
|
|