| Index: third_party/WebKit/Source/modules/webgl/OESTextureFloat.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webgl/OESTextureFloat.cpp b/third_party/WebKit/Source/modules/webgl/OESTextureFloat.cpp
|
| index 0d075a4c2e28ec199ea289b55edb408c4b26bf80..b65888ed8f7125b69fe1fda21832c3635579f54b 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/OESTextureFloat.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/OESTextureFloat.cpp
|
| @@ -39,8 +39,6 @@ OESTextureFloat::OESTextureFloat(WebGLRenderingContextBase* context)
|
| }
|
| }
|
|
|
| -OESTextureFloat::~OESTextureFloat() {}
|
| -
|
| WebGLExtensionName OESTextureFloat::name() const {
|
| return OESTextureFloatName;
|
| }
|
|
|