[webkit-changes] [WebKit/WebKit] 790fe9: Remove some unused fields from ScrollingTree::Swip...

Simon Fraser noreply at github.com
Thu Feb 16 10:52:09 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 790fe9df839219a847372456042c17dc809f6b1a
      https://github.com/WebKit/WebKit/commit/790fe9df839219a847372456042c17dc809f6b1a
  Author: Simon Fraser <simon.fraser at apple.com>
  Date:   2023-02-16 (Thu, 16 Feb 2023)

  Changed paths:
    M Source/WebCore/page/scrolling/ScrollingTree.h

  Log Message:
  -----------
  Remove some unused fields from ScrollingTree::SwipeState
https://bugs.webkit.org/show_bug.cgi?id=252374
rdar://105528909

Reviewed by Cameron McCormack.

When SwipeState gained RectEdges<bool> canRubberBand we seem to have forgotten to remove the
old members that duplicate the same info. They are unused, so remove.

* Source/WebCore/page/scrolling/ScrollingTree.h:

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




More information about the webkit-changes mailing list