Chromium Code Reviews| Index: sky/engine/core/painting/Path.idl |
| diff --git a/sky/engine/core/painting/Path.idl b/sky/engine/core/painting/Path.idl |
| index 2fe3d43f05a9cc46e27963a4d5f2a8399b0c3476..82ec1f8aeff5db55cbf3bc0d30f9bc58afdd2303 100644 |
| --- a/sky/engine/core/painting/Path.idl |
| +++ b/sky/engine/core/painting/Path.idl |
| @@ -9,5 +9,6 @@ |
| void moveTo(float x, float y); |
| void lineTo(float x, float y); |
| void arcTo(Rect rect, float startAngle, float sweepAngle, boolean forceMoveTo); // angles in radians |
| + void addOval(Rect oval); |
|
abarth-chromium
2015/06/10 22:33:44
Indent
|
| void close(); |
| }; |