Bug 73467 - [WK2][Qt] AC animation startTime is wrong
Summary: [WK2][Qt] AC animation startTime is wrong
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-30 10:48 PST by Igor Trindade Oliveira
Modified: 2011-11-30 20:02 PST (History)
3 users (show)

See Also:


Attachments
Patch (3.22 KB, patch)
2011-11-30 10:55 PST, Igor Trindade Oliveira
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Igor Trindade Oliveira 2011-11-30 10:48:09 PST
When WebProcess sends animation information to UIProcess, It uses the current time(WTF::currentTime) minus the timeOffset to set the start time animation. But there is a latency between the WebProcess and UIProcess communication and sometimes the animation transition starts late.
Comment 1 Igor Trindade Oliveira 2011-11-30 10:55:28 PST
Created attachment 117221 [details]
Patch

Proposed patch.
Comment 2 WebKit Review Bot 2011-11-30 20:02:55 PST
Comment on attachment 117221 [details]
Patch

Clearing flags on attachment: 117221

Committed r101595: <http://trac.webkit.org/changeset/101595>
Comment 3 WebKit Review Bot 2011-11-30 20:02:59 PST
All reviewed patches have been landed.  Closing bug.