Bug 704175 part 1. Rename onBeforePaint to sample for animation frame callbacks. r=roc

This commit is contained in:
Boris Zbarsky
2011-11-28 07:48:27 -05:00
parent abd2317859
commit dff3d1c829
4 changed files with 6 additions and 7 deletions

View File

@@ -392,7 +392,7 @@ nsRefreshDriver::Notify(nsITimer *aTimer)
}
for (PRUint32 i = 0; i < animationListeners.Length(); ++i) {
animationListeners[i]->OnBeforePaint(eventTime);
animationListeners[i]->Sample(eventTime);
}
// This is the Flush_Style case.