Bug 253710 - Fix build break after 261484@main
Summary: Fix build break after 261484@main
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-03-10 09:23 PST by Takashi Komori
Modified: 2023-03-10 11:31 PST (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Takashi Komori 2023-03-10 09:23:13 PST
In tre ticket https://bugs.webkit.org/show_bug.cgi?id=253614 , WebKit introduced  RenderLayer::shouldPaintUsingCompositeCopy(), but this function is inside the preprocessor guard ENABLE(CSS_COMPOSITING)

We have to add the same gurad not to call the function when CSS_COMPOSITING is not enabled.
The function is called in RenderHTMLCanvas.cpp and RenderLayerBacking.cpp
Comment 1 Basuke Suzuki 2023-03-10 11:27:44 PST
https://github.com/WebKit/WebKit/pull/11372
Comment 2 EWS 2023-03-10 11:30:10 PST
Committed 261514@main (79fa85a5f852): <https://commits.webkit.org/261514@main>

Reviewed commits have been landed. Closing PR #11372 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-03-10 11:31:15 PST
<rdar://problem/106563355>