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

Unified Diff: sky/engine/core/html/canvas/WebGLRenderbuffer.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
« no previous file with comments | « sky/engine/core/html/canvas/WebGLProgram.cpp ('k') | sky/engine/core/html/canvas/WebGLRenderingContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/canvas/WebGLRenderbuffer.cpp
diff --git a/sky/engine/core/html/canvas/WebGLRenderbuffer.cpp b/sky/engine/core/html/canvas/WebGLRenderbuffer.cpp
index 429dc23026c8736dcecdc5be06cf65dba1bdc59d..e0a8e45863bf7a4fe6919ab9cfd7974e7368cca9 100644
--- a/sky/engine/core/html/canvas/WebGLRenderbuffer.cpp
+++ b/sky/engine/core/html/canvas/WebGLRenderbuffer.cpp
@@ -59,7 +59,6 @@ WebGLRenderbuffer::WebGLRenderbuffer(WebGLRenderingContextBase* ctx)
, m_height(0)
, m_hasEverBeenBound(false)
{
- ScriptWrappable::init(this);
setObject(ctx->webContext()->createRenderbuffer());
}
« no previous file with comments | « sky/engine/core/html/canvas/WebGLProgram.cpp ('k') | sky/engine/core/html/canvas/WebGLRenderingContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698