[Webkit-unassigned] [Bug 137345] [WinCairo] Accelerated compositing is not implemented.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 22 05:20:59 PDT 2014


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

--- Comment #18 from Zan Dobersek <zandobersek at gmail.com> ---
Comment on attachment 240028
  --> https://bugs.webkit.org/attachment.cgi?id=240028
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=240028&action=review

> Source/WebKit/win/WebCoreSupport/AcceleratedCompositingContext.cpp:317
> +    // In case an animation is running, we should flush again soon.
> +    if (startedAnimation(m_rootLayer.get()))
> +        scheduleLayerFlush();

Any reason for not using TextureMapperLayer::descendantsOrSelfHaveRunningAnimations() for this? That's what the GTK port uses to determine whether to additionally schedule flushes for animations.

I this this current approach is susceptible to continuing scheduling flushes even after an animation is already finished.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141022/e3f2f6b8/attachment-0002.html>


More information about the webkit-unassigned mailing list