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

Unified Diff: Source/core/html/track/vtt/VTTCue.cpp

Issue 932403002: InlinedVisitor: Migrate html 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
« no previous file with comments | « Source/core/html/track/vtt/VTTCue.h ('k') | Source/core/html/track/vtt/VTTParser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/vtt/VTTCue.cpp
diff --git a/Source/core/html/track/vtt/VTTCue.cpp b/Source/core/html/track/vtt/VTTCue.cpp
index 1b4970969dedd71198f12e5ddf8183ec75952f04..4bac32a98409deb9d3abe976449d98c582ec4305 100644
--- a/Source/core/html/track/vtt/VTTCue.cpp
+++ b/Source/core/html/track/vtt/VTTCue.cpp
@@ -211,7 +211,7 @@ LayoutObject* VTTCueBox::createRenderer(const LayoutStyle&)
return new RenderVTTCue(this);
}
-void VTTCueBox::trace(Visitor* visitor)
+DEFINE_TRACE(VTTCueBox)
{
visitor->trace(m_cue);
HTMLDivElement::trace(visitor);
@@ -1126,7 +1126,7 @@ Document& VTTCue::document() const
return m_cueBackgroundBox->document();
}
-void VTTCue::trace(Visitor* visitor)
+DEFINE_TRACE(VTTCue)
{
visitor->trace(m_vttNodeTree);
visitor->trace(m_cueBackgroundBox);
« no previous file with comments | « Source/core/html/track/vtt/VTTCue.h ('k') | Source/core/html/track/vtt/VTTParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698