[webkit-reviews] review granted: [Bug 195902] Update event region when toggling pointer-events:none : [Attachment 366406] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 1 11:01:50 PDT 2019


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Antti Koivisto
<koivisto at iki.fi>'s request for review:
Bug 195902: Update event region when toggling pointer-events:none
https://bugs.webkit.org/show_bug.cgi?id=195902

Attachment 366406: patch

https://bugs.webkit.org/attachment.cgi?id=366406&action=review




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

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

> Source/WebCore/rendering/RenderLayer.cpp:6669
> +void RenderLayer::invalidateEventRegion()
> +{
> +    if (auto* compositingLayer = enclosingCompositingLayerForRepaint())
> +	   compositingLayer->setNeedsCompositingConfigurationUpdate();
> +}

Heh ok.


More information about the webkit-reviews mailing list