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

Unified Diff: Source/core/frame/ImageBitmap.cpp

Issue 952813002: InlinedVisitor: Migrate frame to use inlined tracing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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
Index: Source/core/frame/ImageBitmap.cpp
diff --git a/Source/core/frame/ImageBitmap.cpp b/Source/core/frame/ImageBitmap.cpp
index e570aa7ef8eea9e550b718b1fd657418aad27cb9..c65aca0a26950af1788ae9b2f75a6a3eae8a1f52 100644
--- a/Source/core/frame/ImageBitmap.cpp
+++ b/Source/core/frame/ImageBitmap.cpp
@@ -233,7 +233,7 @@ FloatSize ImageBitmap::sourceSize() const
return FloatSize(width(), height());
}
-void ImageBitmap::trace(Visitor* visitor)
+DEFINE_TRACE(ImageBitmap)
{
visitor->trace(m_imageElement);
ImageLoaderClient::trace(visitor);

Powered by Google App Engine
This is Rietveld 408576698