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

Unified Diff: Source/core/html/canvas/CanvasPattern.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/CanvasPattern.idl
diff --git a/Source/core/html/canvas/CanvasPattern.idl b/Source/core/html/canvas/CanvasPattern.idl
index 1d8e7a0df2b0849cbe1dd587dc9964faf6d40c97..d8e453dd862d731d3f1064ad6495f6008eabdf62 100644
--- a/Source/core/html/canvas/CanvasPattern.idl
+++ b/Source/core/html/canvas/CanvasPattern.idl
@@ -23,6 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
[
+ WillBeGarbageCollected,
] interface CanvasPattern {
};
-

Powered by Google App Engine
This is Rietveld 408576698