| Index: third_party/WebKit/Source/modules/webgl/EXTFragDepth.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webgl/EXTFragDepth.cpp b/third_party/WebKit/Source/modules/webgl/EXTFragDepth.cpp
|
| index 10c528924d5deccf1261325ea2201fc8372f360f..439788bcb23e9f88de7b9e7763de2056da53f7f6 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/EXTFragDepth.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/EXTFragDepth.cpp
|
| @@ -32,8 +32,6 @@ EXTFragDepth::EXTFragDepth(WebGLRenderingContextBase* context)
|
| context->extensionsUtil()->ensureExtensionEnabled("GL_EXT_frag_depth");
|
| }
|
|
|
| -EXTFragDepth::~EXTFragDepth() {}
|
| -
|
| WebGLExtensionName EXTFragDepth::name() const {
|
| return EXTFragDepthName;
|
| }
|
|
|