[webkit-changes] [WebKit/WebKit] 27763e: Hook up willStartRenderingUpdateDisplay/didComplet...

Fujii Hironori noreply at github.com
Thu Jan 5 12:36:18 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 27763ea201889276e35bec71ce1402cf5254c74a
      https://github.com/WebKit/WebKit/commit/27763ea201889276e35bec71ce1402cf5254c74a
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2023-01-05 (Thu, 05 Jan 2023)

  Changed paths:
    M Source/WebKit/WebProcess/WebPage/wc/DrawingAreaWC.cpp

  Log Message:
  -----------
  Hook up willStartRenderingUpdateDisplay/didCompleteRenderingUpdateDisplay for WC
https://bugs.webkit.org/show_bug.cgi?id=249785

Reviewed by Simon Fraser.

* Source/WebKit/WebProcess/WebPage/wc/DrawingAreaWC.cpp:
(WebKit::DrawingAreaWC::updateRendering): Call willStartRenderingUpdateDisplay before the rendering update.
(WebKit::DrawingAreaWC::displayDidRefresh):
Call didCompleteRenderingUpdateDisplay and didCompleteRenderingFrame after the rendering update.

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




More information about the webkit-changes mailing list