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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC1.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/WebGLCompressedTextureETC1.idl
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC1.idl b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC1.idl
index df533b220544612219b0f21376c403bda5d1ebee..e17965dad373e5fb978124ae450fd024f2888b9f 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC1.idl
+++ b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC1.idl
@@ -3,9 +3,9 @@
// found in the LICENSE file.
[
+ DependentLifetime,
NoInterfaceObject,
DoNotCheckConstants,
- SetWrapperReferenceFrom=canvas,
] interface WebGLCompressedTextureETC1 {
/* Compressed Texture Formats */
const unsigned long COMPRESSED_RGB_ETC1_WEBGL = 0x8D64;

Powered by Google App Engine
This is Rietveld 408576698