[webkit-changes] [WebKit/WebKit] b8d8bc: Merge 254220 at main - CoordinatedGraphics: fix inclu...

Thomas Devoogdt noreply at github.com
Wed Sep 7 04:51:21 PDT 2022


  Branch: refs/heads/webkitglib/2.38
  Home:   https://github.com/WebKit/WebKit
  Commit: b8d8bcf8563ab463765f7315af1901b9ef3423e9
      https://github.com/WebKit/WebKit/commit/b8d8bcf8563ab463765f7315af1901b9ef3423e9
  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:
  -----------
  Merge 254220 at main - 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

(cherry picked from commit f06201ca85137bd3dbfdc52ccc475d18ed2332e4)




More information about the webkit-changes mailing list