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

Unified Diff: sky/engine/core/html/canvas/CanvasPattern.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/CanvasPattern.cpp
diff --git a/sky/engine/core/html/canvas/CanvasPattern.cpp b/sky/engine/core/html/canvas/CanvasPattern.cpp
index 4998f71c43147c0bb7c966c5304426f126ad932b..d3b4f86b6d949ee563d01c3b001b96f048a633e8 100644
--- a/sky/engine/core/html/canvas/CanvasPattern.cpp
+++ b/sky/engine/core/html/canvas/CanvasPattern.cpp
@@ -54,7 +54,6 @@ Pattern::RepeatMode CanvasPattern::parseRepetitionType(const String& type,
CanvasPattern::CanvasPattern(PassRefPtr<Image> image, Pattern::RepeatMode repeat)
: m_pattern(Pattern::createBitmapPattern(image, repeat))
{
- ScriptWrappable::init(this);
}
}
« no previous file with comments | « sky/engine/core/html/canvas/CanvasGradient.cpp ('k') | sky/engine/core/html/canvas/CanvasRenderingContext2D.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698