Bug 280632
| Summary: | REGRESSION(284457@main): [WPE][GTK] Missing header in SkiaThreadedPaintingPool.cpp | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adrian Perez <aperez> |
| Component: | Tools / Tests | Assignee: | Adrian Perez <aperez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, webkit-bug-importer, zimmermann |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=280589 | ||
Adrian Perez
The GraphicsContextSkia.h header needs to be included in SkiaThreadedPaintingPool.cpp,
currently the build stops with:
../Source/WebCore/platform/graphics/skia/SkiaThreadedPaintingPool.cpp:81:13: error: unknown type name 'GraphicsContextSkia'
81 | GraphicsContextSkia context(*canvas, RenderingMode::Unaccelerated, RenderingPurpose::LayerBacking);
| ^
1 error generated.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
EWS
Committed 284465@main (62510276cfa0): <https://commits.webkit.org/284465@main>
Reviewed commits have been landed. Closing PR #34460 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/137000012>