Bug 253710
| Summary: | Fix build break after 261484@main | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Takashi Komori <takashi.komori> |
| Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | basuke, fujii.hironori, mattwoodrow, ross.kirsling, stephan.szabo, takashi.komori, webkit-bug-importer, Yousuke.Kimoto |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Takashi Komori
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Basuke Suzuki
https://github.com/WebKit/WebKit/pull/11372
EWS
Committed 261514@main (79fa85a5f852): <https://commits.webkit.org/261514@main>
Reviewed commits have been landed. Closing PR #11372 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/106563355>