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

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

Powered by Google App Engine
This is Rietveld 408576698