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

Unified Diff: sky/engine/core/html/canvas/EXTShaderTextureLOD.cpp

Issue 706123005: Remove nop ScriptWrappable::init calls (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
Index: sky/engine/core/html/canvas/EXTShaderTextureLOD.cpp
diff --git a/sky/engine/core/html/canvas/EXTShaderTextureLOD.cpp b/sky/engine/core/html/canvas/EXTShaderTextureLOD.cpp
index 7aecd18acfb9168dd375fb24c43653e26c7d76f7..cddc97cb10ae600ba85275de2c99ffdd0a3588b6 100644
--- a/sky/engine/core/html/canvas/EXTShaderTextureLOD.cpp
+++ b/sky/engine/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 | « sky/engine/core/html/canvas/EXTFragDepth.cpp ('k') | sky/engine/core/html/canvas/EXTTextureFilterAnisotropic.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698