| Summary: | REGRESSION(266544@main): Broke linux clang builds | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Philippe Normand <philn> |
| Component: | WebKitGTK | Assignee: | Philippe Normand <philn> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Pull request: https://github.com/WebKit/WebKit/pull/16387 Committed 266575@main (1f2aba4ba49c): <https://commits.webkit.org/266575@main> Reviewed commits have been landed. Closing PR #16387 and removing active labels. |
GraphicsContextCairo.cpp:276:31: error: no matching constructor for initialization of 'WebCore::GraphicsDropShadow' m_state.m_style = GraphicsDropShadow({ dropShadow->offset.width(), -dropShadow->offset.height() }, dropShadow->radius, dropShadow->color, dropShadow->radiusMode); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /app/webkit/Source/WebCore/platform/graphics/GraphicsStyle.h:45:8: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 4 were provided struct GraphicsDropShadow { ^ /app/webkit/Source/WebCore/platform/graphics/GraphicsStyle.h:45:8: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 4 were provided /app/webkit/Source/WebCore/platform/graphics/GraphicsStyle.h:45:8: note: candidate constructor (the implicit default constructor) not viable: requires 0 arguments, but 4 were provided 1 error generated.