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 e29a1f73e18427ac7c5d13491f314295579819de..d2ef2ddb327771ce7c991e31ba8a65cbeac982b7 100644 |
| --- a/sky/engine/core/painting/Paint.idl |
| +++ b/sky/engine/core/painting/Paint.idl |
| @@ -10,4 +10,5 @@ |
| void setARGB(unsigned long a, unsigned long r, unsigned long g, unsigned long b); |
| void setDrawLooper(DrawLooper looper); |
| + void setColorFilter(ColorFilter filter); |
| }; |