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

Unified Diff: modules/canvas2d/Path2D.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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/MouseEventHitRegion.idl ('k') | modules/compositorworker/CompositorWorker.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/core/html/canvas/Path2D.idl b/modules/canvas2d/Path2D.idl
similarity index 98%
rename from core/html/canvas/Path2D.idl
rename to modules/canvas2d/Path2D.idl
index 9210737122a6372d03690dbbb28d5e133c46473e..f77f06d31386cb6efaf197e8441c04fdab6569a3 100644
--- a/core/html/canvas/Path2D.idl
+++ b/modules/canvas2d/Path2D.idl
@@ -32,7 +32,7 @@
Constructor,
Constructor(Path2D path),
Constructor(DOMString text),
- WillBeGarbageCollected,
+ GarbageCollected,
] interface Path2D {
[RuntimeEnabled=ExperimentalCanvasFeatures, TypeChecking=Interface] void addPath(Path2D path, optional SVGMatrix? transform);
« no previous file with comments | « modules/canvas2d/MouseEventHitRegion.idl ('k') | modules/compositorworker/CompositorWorker.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698