| 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;
|
|
|