[webkit-changes] [WebKit/WebKit] 64b55a: [Nicosia] AsyncScrolling: use accessCommitted inst...

Carlos Garcia Campos noreply at github.com
Wed Nov 2 02:12:17 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 64b55a4086d73ac3d3b606699e3c851cfa70fd44
      https://github.com/WebKit/WebKit/commit/64b55a4086d73ac3d3b606699e3c851cfa70fd44
  Author: Carlos Garcia Campos <cgarcia at igalia.com>
  Date:   2022-11-02 (Wed, 02 Nov 2022)

  Changed paths:
    M Source/WebCore/page/scrolling/nicosia/ScrollingTreeNicosia.cpp

  Log Message:
  -----------
  [Nicosia] AsyncScrolling: use accessCommitted instead of accessPending when collecting layers for hit testing
https://bugs.webkit.org/show_bug.cgi?id=247182

Reviewed by Žan Doberšek.

We are currently using accessPending when collecting layers and
accessCommitted when iterating the collected layers.

* Source/WebCore/page/scrolling/nicosia/ScrollingTreeNicosia.cpp:
(WebCore::collectDescendantLayersAtPoint):

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




More information about the webkit-changes mailing list