[webkit-changes] [WebKit/WebKit] c15e56: Remove some unused code relating to isAwaitingLaye...

Simon Fraser noreply at github.com
Fri Jun 23 00:01:59 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c15e563b86267df276083a9fe9d5b083aee7e5cc
      https://github.com/WebKit/WebKit/commit/c15e563b86267df276083a9fe9d5b083aee7e5cc
  Author: Simon Fraser <simon.fraser at apple.com>
  Date:   2023-06-23 (Fri, 23 Jun 2023)

  Changed paths:
    M Source/WebCore/page/Page.h
    M Source/WebKit/WebProcess/WebPage/WebPage.cpp

  Log Message:
  -----------
  Remove some unused code relating to isAwaitingLayerTreeTransactionFlush()
https://bugs.webkit.org/show_bug.cgi?id=258364
rdar://111118430

Reviewed by Tim Horton.

The code that called Page::isAwaitingLayerTreeTransactionFlush() was removed in 263798 at main, so we can remove
isAwaitingLayerTreeTransactionFlush() and related code.

* Source/WebCore/page/Page.h:
(WebCore::Page::setIsAwaitingLayerTreeTransactionFlush): Deleted.
(WebCore::Page::isAwaitingLayerTreeTransactionFlush const): Deleted.
* Source/WebKit/WebProcess/WebPage/WebPage.cpp:
(WebKit::WebPage::willCommitLayerTree):
(WebKit::WebPage::didFlushLayerTreeAtTime):

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




More information about the webkit-changes mailing list