| Index: sky/engine/core/painting/Paint.idl
|
| diff --git a/sky/engine/core/painting/Paint.idl b/sky/engine/core/painting/Paint.idl
|
| index 2f239df4561758dc7fa55af9e29064c02ad2c2d3..ead34315235a2eb7e663c881f2f13389c0ab36a4 100644
|
| --- a/sky/engine/core/painting/Paint.idl
|
| +++ b/sky/engine/core/painting/Paint.idl
|
| @@ -9,8 +9,6 @@
|
| attribute boolean isAntiAlias;
|
| attribute Color color;
|
|
|
| - // TODO(mpcomplete): remove this in favor of assigning to |color|.
|
| - 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);
|
|
|