[Webkit-unassigned] [Bug 116724] [BlackBerry] REGRESSION(r150071): Animation performance issues in some websites with CSS transforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 24 10:03:35 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=116724





--- Comment #2 from Arvid Nilsson <anilsson at rim.com>  2013-05-24 10:02:05 PST ---
(From update of attachment 202828)
View in context: https://bugs.webkit.org/attachment.cgi?id=202828&action=review

> Source/WebKit/blackberry/Api/WebPage.cpp:6343
> +    m_monotonicAnimationStartTime = monotonicallyIncreasingTime();

currentTime and monotonicallyIncreasingTime() ärr two incompatible time coordinate systems...

> Source/WebKit/blackberry/Api/WebPage.cpp:6382
> +    m_mainFrame->view()->serviceScriptedAnimations(monotonicAnimationStartTime);

...so which time coordinate system does serviceScriptedAnimations expect anyway? I noticed you used currentTime() in the previous patch...

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list