[Webkit-unassigned] [Bug 102501] Flickering after transitions on Apple HTML5 demo

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 23 08:32:37 PST 2012


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





--- Comment #6 from Noam Rosenthal <noam at webkit.org>  2012-11-23 08:34:41 PST ---
(From update of attachment 175807)
View in context: https://bugs.webkit.org/attachment.cgi?id=175807&action=review

> Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp:495
> +        graphicsLayer->setTransform(m_state.transform);
> +
> +    if (!m_animations.hasActiveAnimationsOfType(AnimatedPropertyOpacity))
> +        m_state.opacity = graphicsLayer->opacity();
> +    else
> +        graphicsLayer->setOpacity(m_state.opacity);

It seems a bit unusual for TextureMapperLayer to update GraphicsLayerTextureMapper. Is there a cleaner way to do this?

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