Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: Source/core/html/canvas/Path.idl

Issue 170503002: Implement addPath() method for Path object (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/canvas/DOMPath.h ('k') | Source/platform/graphics/Path.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/canvas/Path.idl
diff --git a/Source/core/html/canvas/Path.idl b/Source/core/html/canvas/Path.idl
index 66435a5da4609f265949c4ba995ddb95cf8bbb69..1e57d5bb6da04d8864e7726f4104d783127973d1 100644
--- a/Source/core/html/canvas/Path.idl
+++ b/Source/core/html/canvas/Path.idl
@@ -34,6 +34,8 @@
ImplementedAs=DOMPath
] interface Path {
+ [RaisesException] void addPath(Path? path, SVGMatrix? transform);
+
// FIXME: These methods should be shared with CanvasRenderingContext2D in the CanvasPathMethods interface.
void closePath();
void moveTo([Default=Undefined] optional float x,
« no previous file with comments | « Source/core/html/canvas/DOMPath.h ('k') | Source/platform/graphics/Path.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698