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

Unified Diff: modules/canvas2d/Path2D.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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 | « modules/canvas2d/CanvasRenderingContext2D.idl ('k') | modules/canvas2d/TouchHitRegion.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/canvas2d/Path2D.idl
diff --git a/modules/canvas2d/Path2D.idl b/modules/canvas2d/Path2D.idl
index f77f06d31386cb6efaf197e8441c04fdab6569a3..8f8a2a1735600edcb2323217aeeff37fac1da4ca 100644
--- a/modules/canvas2d/Path2D.idl
+++ b/modules/canvas2d/Path2D.idl
@@ -35,7 +35,7 @@
GarbageCollected,
] interface Path2D {
- [RuntimeEnabled=ExperimentalCanvasFeatures, TypeChecking=Interface] void addPath(Path2D path, optional SVGMatrix? transform);
+ [RuntimeEnabled=ExperimentalCanvasFeatures] void addPath(Path2D path, optional SVGMatrix? transform);
};
Path2D implements CanvasPathMethods;
« no previous file with comments | « modules/canvas2d/CanvasRenderingContext2D.idl ('k') | modules/canvas2d/TouchHitRegion.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698