| Index: third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC.cpp b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC.cpp
|
| index 15cec908dd8904afa8eadaa7fb3c430583a36a61..e47dd3011e64b6dbe88b7fb58cf783423150c6ba 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC.cpp
|
| @@ -25,8 +25,6 @@ WebGLCompressedTextureETC::WebGLCompressedTextureETC(
|
| context->addCompressedTextureFormat(GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC);
|
| }
|
|
|
| -WebGLCompressedTextureETC::~WebGLCompressedTextureETC() {}
|
| -
|
| WebGLExtensionName WebGLCompressedTextureETC::name() const {
|
| return WebGLCompressedTextureETCName;
|
| }
|
|
|