RESOLVED WONTFIX 116826
[Texmap] Fix flickering CSS animations.
https://bugs.webkit.org/show_bug.cgi?id=116826
Summary [Texmap] Fix flickering CSS animations.
Zoltan Herczeg
Reported 2013-05-27 06:56:08 PDT
Proposing a fix to the flickering CSS animations, by displaying the last frame until the WebProcess sends other commands to update it. My approach is different from the behavior before (shown the unfiltered layer data), and the current one as well (shows the last update sent by WebCore),
Attachments
patch (1.65 KB, patch)
2013-05-27 07:03 PDT, Zoltan Herczeg
no flags
draft patch (11.85 KB, patch)
2013-05-28 06:34 PDT, Zoltan Herczeg
no flags
Zoltan Herczeg
Comment 1 2013-05-27 07:03:52 PDT
Noam Rosenthal
Comment 2 2013-05-27 07:07:06 PDT
Comment on attachment 202981 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=202981&action=review > Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp:251 > + m_state.filters = filters; How come this is specific to filters and doesn't occur for transform/opacity?
Zoltan Herczeg
Comment 3 2013-05-28 06:34:28 PDT
Created attachment 203046 [details] draft patch I tried to add a mechanism to disable animation fallbacks when the WebProcess generates an update. The mechanism seems working, but there is still flickering. Am I did something wrong?
Fujii Hironori
Comment 4 2022-06-21 20:47:02 PDT
185569@main removed multiprocess coordinated graphcis. Closed old ticket.
Note You need to log in before you can comment on or make changes to this bug.