Bug 274566
| Summary: | [PlayStation] Fix build break after 279166@main | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jigen Zhou <jigen.zhou> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jigen Zhou
C:/BW/PlayStation-Release-Build/build/Source/WebCore\platform/graphics/nicosia/NicosiaImageBufferPipe.cpp:109:145: error: use of undeclared identifier 'fence'
109 | downcast<TextureMapperPlatformLayerProxyGL>(m_nicosiaLayer->proxy()).scheduleUpdateOnCompositorThread([this, textureID, fence = WTFMove(fence)] () mutable {
| ^
C:/BW/PlayStation-Release-Build/build/Source/WebCore\platform/graphics/nicosia/NicosiaImageBufferPipe.cpp:109:118: warning: lambda capture 'textureID' is not used [-Wunused-lambda-capture]
109 | downcast<TextureMapperPlatformLayerProxyGL>(m_nicosiaLayer->proxy()).scheduleUpdateOnCompositorThread([this, textureID, fence = WTFMove(fence)] () mutable {
| ~~^~~~~~~~~
1 warning and 1 error generated.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
EWS
Committed 279179@main (fe5796bc5acc): <https://commits.webkit.org/279179@main>
Reviewed commits have been landed. Closing PR #28965 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/128586745>