[Webkit-unassigned] [Bug 196608] Update touch-action region on property changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 8 13:01:50 PDT 2019


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

Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #366934|review?                     |review+
              Flags|                            |

--- Comment #4 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 366934
  --> https://bugs.webkit.org/attachment.cgi?id=366934
patch

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

> Source/WebCore/rendering/RenderLayerBacking.cpp:2489
> +    m_owningLayer.invalidateEventRegion();

It's a shame to trigger expensive event region building for non-layout changes like color changes. Can we use a StyleDiff somewhere instead? Imagine an animation of background-color triggering region rebuilds every frame :(

-- 
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/20190408/98f42afb/attachment.html>


More information about the webkit-unassigned mailing list