Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 857ff847c2c6ef4af573fe17ec37c98d0b0d4fab
      
https://github.com/WebKit/WebKit/commit/857ff847c2c6ef4af573fe17ec37c98d0b0d4fab
  Author: Etienne Segonzac <s...@apple.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
    M Source/WebCore/page/InteractionRegion.cpp

  Log Message:
  -----------
  Interaction Regions generation should get geometry from the RenderTree
https://bugs.webkit.org/show_bug.cgi?id=272328
<rdar://125901606>

Reviewed by Alan Baradlay.

Interaction Regions generation happens during the EventRegion paint
phase, and should get geometry from the RenderTree instead of going
through the DOM.
Replace the calls to `Element#boundingClientRect()` with a custom
function based on `RenderObject#absoluteQuads()`.

* Source/WebCore/page/InteractionRegion.cpp:
(WebCore::absoluteBoundingRect):
(WebCore::interactionRegionForRenderedRegion):

Canonical link: https://commits.webkit.org/277290@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to