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

Unified Diff: Source/core/timing/PerformanceMeasure.h

Issue 940843003: InlinedVisitor: Migrate timing 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/timing/PerformanceMark.h ('k') | Source/core/timing/PerformanceNavigation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/PerformanceMeasure.h
diff --git a/Source/core/timing/PerformanceMeasure.h b/Source/core/timing/PerformanceMeasure.h
index f3502896453f2e00eedc82f6f3875aab50d02fac..fd40589396ad0e3eb6b6dc8a9aa28cf36c39634f 100644
--- a/Source/core/timing/PerformanceMeasure.h
+++ b/Source/core/timing/PerformanceMeasure.h
@@ -43,7 +43,7 @@ public:
virtual bool isMeasure() override { return true; }
- virtual void trace(Visitor* visitor)
+ DEFINE_INLINE_VIRTUAL_TRACE()
{
PerformanceEntry::trace(visitor);
}
« no previous file with comments | « Source/core/timing/PerformanceMark.h ('k') | Source/core/timing/PerformanceNavigation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698