Bug 930476 - Show paint markers for async frames. r=ehsan

This commit is contained in:
Benoit Girard 2013-11-04 17:04:51 -05:00
parent c848a3f8c1
commit 57a59ee820

View File

@ -501,6 +501,7 @@ CompositorParent::ScheduleComposition()
void
CompositorParent::Composite()
{
profiler_tracing("Paint", "Composite", TRACING_INTERVAL_START);
PROFILER_LABEL("CompositorParent", "Composite");
NS_ABORT_IF_FALSE(CompositorThreadID() == PlatformThread::CurrentId(),
"Composite can only be called on the compositor thread");