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

Unified Diff: Source/core/html/canvas/WebGLDebugRendererInfo.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/WebGLDebugRendererInfo.idl
diff --git a/Source/core/html/canvas/WebGLDebugRendererInfo.idl b/Source/core/html/canvas/WebGLDebugRendererInfo.idl
index f1cf633f0346fd78bcef8cb5020534f82c35cf11..bf95c1b185c07b8c4d6ac357e76ffb26d3c5a662 100644
--- a/Source/core/html/canvas/WebGLDebugRendererInfo.idl
+++ b/Source/core/html/canvas/WebGLDebugRendererInfo.idl
@@ -25,7 +25,8 @@
[
NoInterfaceObject,
- DoNotCheckConstants
+ DoNotCheckConstants,
+ WillBeGarbageCollected,
] interface WebGLDebugRendererInfo {
const unsigned long UNMASKED_VENDOR_WEBGL = 0x9245;
const unsigned long UNMASKED_RENDERER_WEBGL = 0x9246;

Powered by Google App Engine
This is Rietveld 408576698