| Index: third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC.idl
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC.idl b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC.idl
|
| index 0135ba001281f2c9575ae8ffed8b5786e831f281..3049790092289647bb0048736064b360cf92edff 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC.idl
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC.idl
|
| @@ -3,9 +3,9 @@
|
| // found in the LICENSE file.
|
|
|
| [
|
| + DependentLifetime,
|
| NoInterfaceObject,
|
| DoNotCheckConstants,
|
| - SetWrapperReferenceFrom=canvas,
|
| ] interface WebGLCompressedTextureETC {
|
| /* Compressed Texture Format */
|
| const unsigned long COMPRESSED_R11_EAC = 0x9270;
|
|
|