Index: Source/WebCore/platform/graphics/blackberry/DisplayRefreshMonitorBlackBerry.cpp |
=================================================================== |
--- Source/WebCore/platform/graphics/blackberry/DisplayRefreshMonitorBlackBerry.cpp (revision 116642) |
+++ Source/WebCore/platform/graphics/blackberry/DisplayRefreshMonitorBlackBerry.cpp (working copy) |
@@ -81,7 +81,7 @@ |
m_previousFrameDone = false; |
- m_monotonicAnimationStartTime = monotonicallyIncreasingTime(); |
+ m_timestamp = currentTime(); |
callOnMainThread(refreshDisplayOnMainThread, this); |
} |