Chromium Code Reviews| Index: sky/engine/core/painting/Paint.idl |
| diff --git a/sky/engine/core/painting/Paint.idl b/sky/engine/core/painting/Paint.idl |
| index 886be59d13a1d557cf5cc773144fca7939cf1c76..e29a1f73e18427ac7c5d13491f314295579819de 100644 |
| --- a/sky/engine/core/painting/Paint.idl |
| +++ b/sky/engine/core/painting/Paint.idl |
| @@ -9,4 +9,5 @@ |
| attribute unsigned long color; |
| void setARGB(unsigned long a, unsigned long r, unsigned long g, unsigned long b); |
| + void setDrawLooper(DrawLooper looper); |
| }; |