Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1191)

Unified Diff: Source/core/html/canvas/EXTShaderTextureLOD.cpp

Issue 540283003: bindings: Retires ScriptWrappable::init, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed a review comment. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/canvas/EXTFragDepth.cpp ('k') | Source/core/html/canvas/EXTTextureFilterAnisotropic.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/canvas/EXTShaderTextureLOD.cpp
diff --git a/Source/core/html/canvas/EXTShaderTextureLOD.cpp b/Source/core/html/canvas/EXTShaderTextureLOD.cpp
index 6129d29175e347562d8638dcee117b95e9e271e4..a397f66a55e3d2883ec6d493d04f2545779e605a 100644
--- a/Source/core/html/canvas/EXTShaderTextureLOD.cpp
+++ b/Source/core/html/canvas/EXTShaderTextureLOD.cpp
@@ -11,7 +11,6 @@ namespace blink {
EXTShaderTextureLOD::EXTShaderTextureLOD(WebGLRenderingContextBase* context)
: WebGLExtension(context)
{
- ScriptWrappable::init(this);
context->extensionsUtil()->ensureExtensionEnabled("GL_EXT_shader_texture_lod");
}
« no previous file with comments | « Source/core/html/canvas/EXTFragDepth.cpp ('k') | Source/core/html/canvas/EXTTextureFilterAnisotropic.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698