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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureATC.idl

Issue 2676663006: Remove SetWrapperReferenceTo and SetWrapperReferenceFrom (Closed)
Patch Set: Rebase on master Created 3 years, 10 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: third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureATC.idl
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureATC.idl b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureATC.idl
index 1fde4c7af0171add3c89749c7f121f0038da323f..17e4780f34bede741400e19f8c8fc470e1f4524d 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureATC.idl
+++ b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureATC.idl
@@ -24,9 +24,9 @@
*/
[
+ DependentLifetime,
NoInterfaceObject,
DoNotCheckConstants,
- SetWrapperReferenceFrom=canvas,
] interface WebGLCompressedTextureATC {
/* Compressed Texture Formats */
const unsigned long COMPRESSED_RGB_ATC_WEBGL = 0x8C92;

Powered by Google App Engine
This is Rietveld 408576698