| Index: third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureS3TC.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureS3TC.cpp b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureS3TC.cpp
|
| index 98326d627b188ee05ceb65f0ffa845b576c864c4..a30243008a9cc5f6ff60d23db9373f683ae10c63 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureS3TC.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureS3TC.cpp
|
| @@ -38,8 +38,6 @@ WebGLCompressedTextureS3TC::WebGLCompressedTextureS3TC(
|
| context->addCompressedTextureFormat(GL_COMPRESSED_RGBA_S3TC_DXT5_EXT);
|
| }
|
|
|
| -WebGLCompressedTextureS3TC::~WebGLCompressedTextureS3TC() {}
|
| -
|
| WebGLExtensionName WebGLCompressedTextureS3TC::name() const {
|
| return WebGLCompressedTextureS3TCName;
|
| }
|
|
|