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

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

Issue 1033613002: Mark wrappers of canvas rendering context objects as dependent. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update test expectation Created 5 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
Index: Source/core/html/canvas/WebGLRenderingContext.idl
diff --git a/Source/core/html/canvas/WebGLRenderingContext.idl b/Source/core/html/canvas/WebGLRenderingContext.idl
index 6c12783be0cf59d3ed92b8d4c994124b18939de4..f0eb42f4c0fd89a3e3c8e3aa8360f7e29805a861 100644
--- a/Source/core/html/canvas/WebGLRenderingContext.idl
+++ b/Source/core/html/canvas/WebGLRenderingContext.idl
@@ -27,6 +27,7 @@
[
DoNotCheckConstants,
+ SetWrapperReferenceFrom=canvas,
TypeChecking=Interface,
WillBeGarbageCollected,
] interface WebGLRenderingContext { };

Powered by Google App Engine
This is Rietveld 408576698