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

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

Issue 365653002: Oilpan: move 2D Canvas and WebGL objects to the heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Smaller adjustments Created 6 years, 5 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
Index: Source/core/html/canvas/Path2D.idl
diff --git a/Source/core/html/canvas/Path2D.idl b/Source/core/html/canvas/Path2D.idl
index 60bbeb22a6975cccd0239381233c6fdbd5047041..c89979db47938383b830700ba49229749b2b88d4 100644
--- a/Source/core/html/canvas/Path2D.idl
+++ b/Source/core/html/canvas/Path2D.idl
@@ -33,6 +33,7 @@
Constructor(Path2D path),
Constructor(DOMString text),
RuntimeEnabled=Path2D,
+ WillBeGarbageCollected,
] interface Path2D {
[RuntimeEnabled=ExperimentalCanvasFeatures, TypeChecking=Interface] void addPath(Path2D path, optional SVGMatrix? transform);

Powered by Google App Engine
This is Rietveld 408576698