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

Unified Diff: Source/core/html/canvas/WebGL2RenderingContext.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/WebGL2RenderingContext.idl
diff --git a/Source/core/html/canvas/WebGL2RenderingContext.idl b/Source/core/html/canvas/WebGL2RenderingContext.idl
index 5a7862b5c23f0306713e51745fa59b8f9eb7faaa..164b8b7160628ce8812342734085576ca1642758 100644
--- a/Source/core/html/canvas/WebGL2RenderingContext.idl
+++ b/Source/core/html/canvas/WebGL2RenderingContext.idl
@@ -5,6 +5,7 @@
[
RuntimeEnabled=UnsafeES3APIs,
DoNotCheckConstants,
+ SetWrapperReferenceFrom=canvas,
TypeChecking=Interface,
WillBeGarbageCollected,
] interface WebGL2RenderingContext { };

Powered by Google App Engine
This is Rietveld 408576698