Index: third_party/WebKit/Source/modules/canvas2d/CanvasPathMethods.idl |
diff --git a/third_party/WebKit/Source/modules/canvas2d/CanvasPathMethods.idl b/third_party/WebKit/Source/modules/canvas2d/CanvasPathMethods.idl |
index 2c37810cef724edd0688127b90dfab4ad2bec9b6..dbbedf00e8801f505bfc2a45264f33a061c1f983 100644 |
--- a/third_party/WebKit/Source/modules/canvas2d/CanvasPathMethods.idl |
+++ b/third_party/WebKit/Source/modules/canvas2d/CanvasPathMethods.idl |
@@ -16,5 +16,5 @@ |
[RaisesException] void arcTo(unrestricted float x1, unrestricted float y1, unrestricted float x2, unrestricted float y2, unrestricted float radius); |
void rect(unrestricted float x, unrestricted float y, unrestricted float width, unrestricted float height); |
[RaisesException] void arc(unrestricted float x, unrestricted float y, unrestricted float radius, unrestricted float startAngle, unrestricted float endAngle, [Default=Undefined] optional boolean anticlockwise); |
- [RaisesException] void ellipse(unrestricted float x, unrestricted float y, unrestricted float radiusX, unrestricted float radiusY, unrestricted float rotation, unrestricted float startAngle, unrestricted float endAngle, [Default=Undefined] optional boolean anticlockwise); |
+ [Measure, RaisesException] void ellipse(unrestricted float x, unrestricted float y, unrestricted float radiusX, unrestricted float radiusY, unrestricted float rotation, unrestricted float startAngle, unrestricted float endAngle, [Default=Undefined] optional boolean anticlockwise); |
}; |