| Index: sky/engine/core/html/canvas/OESTextureFloatLinear.cpp
|
| diff --git a/sky/engine/core/html/canvas/OESTextureFloatLinear.cpp b/sky/engine/core/html/canvas/OESTextureFloatLinear.cpp
|
| index 9ffffb36ae89beef6c34685dc4dcdb702bb24ff2..ab97aadcf7a3e31e247be53e8d08770f0393ec43 100644
|
| --- a/sky/engine/core/html/canvas/OESTextureFloatLinear.cpp
|
| +++ b/sky/engine/core/html/canvas/OESTextureFloatLinear.cpp
|
| @@ -32,7 +32,6 @@ namespace blink {
|
| OESTextureFloatLinear::OESTextureFloatLinear(WebGLRenderingContextBase* context)
|
| : WebGLExtension(context)
|
| {
|
| - ScriptWrappable::init(this);
|
| context->extensionsUtil()->ensureExtensionEnabled("GL_OES_texture_float_linear");
|
| }
|
|
|
|
|