[Webkit-unassigned] [Bug 63859] Transition LayoutTest using pause API shows wrong result if it tries to pause a transition after its delay time.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 6 10:24:48 PDT 2011


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





--- Comment #7 from Young Han Lee <joybro at company100.net>  2011-07-06 10:24:48 PST ---
(In reply to comment #6)
> I'm not sure that Qt does accelerated animations the same way that Mac does. Does it ever return true from its GraphicsLayer::addAnimation() method?

I just ran layout-tests for animations, transitions and compositing on the Mac port in which accelerated compositing is enabled in default, and made sure no testcase fails by this patch.

It seems no problem :)


> if (!m_startTime) {
> 	// If we haven't started yet, make it as if we started.
> 	m_compAnim->animationController()->receivedStartTimeResponse(currentTime());
> }
>
> ASSERT(m_startTime);

As I wrote in the changelog, the above code has not worked at all, so the next Assertion always fails when the m_startTime is zero like Bug 59475. In other words, this change could affect the testcases that have hit assertion failure, and doesn't make things worse at least.

-- 
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