[webkit-changes] [WebKit/WebKit] f06201: CoordinatedGraphics: fix includes when COORDINATED...

Thomas Devoogdt noreply at github.com
Wed Sep 7 02:33:58 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f06201ca85137bd3dbfdc52ccc475d18ed2332e4
      https://github.com/WebKit/WebKit/commit/f06201ca85137bd3dbfdc52ccc475d18ed2332e4
  Author: Thomas Devoogdt <thomas.devoogdt at barco.com>
  Date:   2022-09-07 (Wed, 07 Sep 2022)

  Changed paths:
    M Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h

  Log Message:
  -----------
  CoordinatedGraphics: fix includes when COORDINATED_GRAPHICS is not set

https://bugs.webkit.org/show_bug.cgi?id=244811

Reviewed by Fujii Hironori.

COORDINATED_GRAPHICS is not set if USE_OPENGL_OR_ES=OFF

- Forward declare CoordinatedGraphicsLayer, the header will be
  included in CompositingCoordinator if COORDINATED_GRAPHICS is set.

- The LayerTreeHost.cpp is not compiled if the COORDINATED_GRAPHICS
  flag is not set, so extend the mocked function list.

Signed-off-by: Thomas Devoogdt <thomas.devoogdt at barco.com>

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




More information about the webkit-changes mailing list