[Webkit-unassigned] [Bug 195902] Update event region when toggling pointer-events:none
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 1 11:01:50 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=195902
Simon Fraser (smfr) <simon.fraser at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #366406|review? |review+
Flags| |
--- 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.
--
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/20190401/d469b058/attachment.html>
More information about the webkit-unassigned
mailing list