| Index: third_party/WebKit/Source/modules/webgl/EXTBlendMinMax.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webgl/EXTBlendMinMax.cpp b/third_party/WebKit/Source/modules/webgl/EXTBlendMinMax.cpp
|
| index 7f680662897241e57a1c083d93b22a30e21bc073..4ba7768e00d10d6c1a5f8ae59bac46ae4caa5300 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/EXTBlendMinMax.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/EXTBlendMinMax.cpp
|
| @@ -11,8 +11,6 @@ EXTBlendMinMax::EXTBlendMinMax(WebGLRenderingContextBase* context)
|
| context->extensionsUtil()->ensureExtensionEnabled("GL_EXT_blend_minmax");
|
| }
|
|
|
| -EXTBlendMinMax::~EXTBlendMinMax() {}
|
| -
|
| WebGLExtensionName EXTBlendMinMax::name() const {
|
| return EXTBlendMinMaxName;
|
| }
|
|
|