Bug 927349 part 10 - Record the time when animations are ready to start; r=jwatt

This commit is contained in:
Brian Birtles
2014-12-22 09:35:41 +09:00
parent 68a687264f
commit aedaba0ae5
3 changed files with 16 additions and 1 deletions

View File

@@ -545,6 +545,10 @@ BasicLayerManager::EndTransactionInternal(DrawPaintedLayerCallback aCallback,
}
}
if (mRoot) {
mAnimationReadyTime = TimeStamp::Now();
}
#ifdef MOZ_LAYERS_HAVE_LOG
Log();
MOZ_LAYERS_LOG(("]----- EndTransaction"));