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