| Index: third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureASTC.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureASTC.cpp b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureASTC.cpp
|
| index f199a741765a27906ee602cdaaa042f3ca5190d7..0e2fab1ac0920039d9c451a7ca7dd5b34cb16a4c 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureASTC.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureASTC.cpp
|
| @@ -44,8 +44,6 @@ WebGLCompressedTextureASTC::WebGLCompressedTextureASTC(
|
| }
|
| }
|
|
|
| -WebGLCompressedTextureASTC::~WebGLCompressedTextureASTC() {}
|
| -
|
| WebGLExtensionName WebGLCompressedTextureASTC::name() const {
|
| return WebGLCompressedTextureASTCName;
|
| }
|
|
|