Index: LayoutTests/inspector/profiler/canvas2d/canvas2d-api-changes.html |
diff --git a/LayoutTests/inspector/profiler/canvas2d/canvas2d-api-changes.html b/LayoutTests/inspector/profiler/canvas2d/canvas2d-api-changes.html |
index 7f99cb0240b5a910ebb386bace63c34f6d51aa19..1a2feb60a33d15b0a30a20caf1769885ef8c65c9 100644 |
--- a/LayoutTests/inspector/profiler/canvas2d/canvas2d-api-changes.html |
+++ b/LayoutTests/inspector/profiler/canvas2d/canvas2d-api-changes.html |
@@ -46,6 +46,7 @@ CanvasRenderingContext2DResource.PathMethods = [ |
"bezierCurveTo", |
"arcTo", |
"arc", |
+ "ellipse", |
Stephen White
2013/08/27 14:23:50
Rather than just adding this, we should mark this
|
"rect" |
]; |