| Index: third_party/WebKit/Source/modules/webgl/OESTextureFloatLinear.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webgl/OESTextureFloatLinear.cpp b/third_party/WebKit/Source/modules/webgl/OESTextureFloatLinear.cpp
|
| index 7b22751a7b94bc15d6f91ca35435d03a81ea7b27..003d045449574e77561fa196e4475292546a2167 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/OESTextureFloatLinear.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/OESTextureFloatLinear.cpp
|
| @@ -33,8 +33,6 @@ OESTextureFloatLinear::OESTextureFloatLinear(WebGLRenderingContextBase* context)
|
| "GL_OES_texture_float_linear");
|
| }
|
|
|
| -OESTextureFloatLinear::~OESTextureFloatLinear() {}
|
| -
|
| WebGLExtensionName OESTextureFloatLinear::name() const {
|
| return OESTextureFloatLinearName;
|
| }
|
|
|