[webkit-changes] [WebKit/WebKit] 0860e2: Fix !ENABLE(CSS_COMPOSITING) build after 265587 at main

mokjasmine noreply at github.com
Wed Jun 28 17:24:29 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0860e2ba8b5b31dfddd9b95e820dbc1f851a4813
      https://github.com/WebKit/WebKit/commit/0860e2ba8b5b31dfddd9b95e820dbc1f851a4813
  Author: Jasmine Mok <jasmine.mok at sony.com>
  Date:   2023-06-28 (Wed, 28 Jun 2023)

  Changed paths:
    M Source/WebCore/rendering/RenderLayer.h

  Log Message:
  -----------
  Fix !ENABLE(CSS_COMPOSITING) build after 265587 at main
https://bugs.webkit.org/show_bug.cgi?id=258645

Reviewed by Don Olmstead and Simon Fraser.

265587 at main removed #if ENABLE(CSS_COMPOSITING) checks around calls
to shouldPaintUsingCompositeCopy(). Move shouldPaintUsingCompositeCopy()
definition out of #if ENABLE(CSS_COMPOSITING) check.

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




More information about the webkit-changes mailing list