| Index: third_party/WebKit/Source/modules/webgl/WebGLCompressedTexturePVRTC.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTexturePVRTC.cpp b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTexturePVRTC.cpp
|
| index 6dc6826990879690d493c06d253a5e5b74237c23..d64610403b14d7c01a266164590864668ad2ecec 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTexturePVRTC.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTexturePVRTC.cpp
|
| @@ -38,8 +38,6 @@ WebGLCompressedTexturePVRTC::WebGLCompressedTexturePVRTC(
|
| context->addCompressedTextureFormat(GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG);
|
| }
|
|
|
| -WebGLCompressedTexturePVRTC::~WebGLCompressedTexturePVRTC() {}
|
| -
|
| WebGLExtensionName WebGLCompressedTexturePVRTC::name() const {
|
| return WebGLCompressedTexturePVRTCName;
|
| }
|
|
|