Title: [145547] trunk/Source/WebCore
Revision
145547
Author
[email protected]
Date
2013-03-12 08:17:58 -0700 (Tue, 12 Mar 2013)

Log Message

[BlackBerry] DisplayRefreshMonitor: rename m_timestamp back to m_monotonicAnimationStartTime
https://bugs.webkit.org/show_bug.cgi?id=112139

Patch by Alberto Garcia <[email protected]> on 2013-03-12
Reviewed by Rob Buis.

This changed in r131131, but it was accidentally renamed back in r144465.

* platform/graphics/blackberry/DisplayRefreshMonitorBlackBerry.cpp:
(WebCore::DisplayRefreshMonitor::displayLinkFired):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (145546 => 145547)


--- trunk/Source/WebCore/ChangeLog	2013-03-12 15:16:03 UTC (rev 145546)
+++ trunk/Source/WebCore/ChangeLog	2013-03-12 15:17:58 UTC (rev 145547)
@@ -1,5 +1,17 @@
 2013-03-12  Alberto Garcia  <[email protected]>
 
+        [BlackBerry] DisplayRefreshMonitor: rename m_timestamp back to m_monotonicAnimationStartTime
+        https://bugs.webkit.org/show_bug.cgi?id=112139
+
+        Reviewed by Rob Buis.
+
+        This changed in r131131, but it was accidentally renamed back in r144465.
+
+        * platform/graphics/blackberry/DisplayRefreshMonitorBlackBerry.cpp:
+        (WebCore::DisplayRefreshMonitor::displayLinkFired):
+
+2013-03-12  Alberto Garcia  <[email protected]>
+
         [BlackBerry] FontPlatformData: HarfBuzz renaming
         https://bugs.webkit.org/show_bug.cgi?id=112142
 

Modified: trunk/Source/WebCore/platform/graphics/blackberry/DisplayRefreshMonitorBlackBerry.cpp (145546 => 145547)


--- trunk/Source/WebCore/platform/graphics/blackberry/DisplayRefreshMonitorBlackBerry.cpp	2013-03-12 15:16:03 UTC (rev 145546)
+++ trunk/Source/WebCore/platform/graphics/blackberry/DisplayRefreshMonitorBlackBerry.cpp	2013-03-12 15:17:58 UTC (rev 145547)
@@ -84,7 +84,7 @@
 
     m_previousFrameDone = false;
 
-    m_timestamp = currentTime();
+    m_monotonicAnimationStartTime = monotonicallyIncreasingTime();
 
     callOnMainThread(handleDisplayRefreshedNotificationOnMainThread, this);
     m_mutex.unlock();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to