| Index: third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureATC.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureATC.cpp b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureATC.cpp
|
| index 824bb0e9a6cc02693ed45dd2c1e7824f695c8b82..b3416f6732dd13b47b61f87235399992e5df8eb4 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureATC.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureATC.cpp
|
| @@ -37,8 +37,6 @@ WebGLCompressedTextureATC::WebGLCompressedTextureATC(
|
| GC3D_COMPRESSED_ATC_RGBA_INTERPOLATED_ALPHA_AMD);
|
| }
|
|
|
| -WebGLCompressedTextureATC::~WebGLCompressedTextureATC() {}
|
| -
|
| WebGLExtensionName WebGLCompressedTextureATC::name() const {
|
| return WebGLCompressedTextureATCName;
|
| }
|
|
|