[Webkit-unassigned] [Bug 259430] New: Use a new type PathCloseSubpath instead of std::monostate to represent a close command in PathSegment
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jul 23 13:33:32 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=259430
Bug ID: 259430
Summary: Use a new type PathCloseSubpath instead of
std::monostate to represent a close command in
PathSegment
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
Assignee: webkit-unassigned at lists.webkit.org
Reporter: heycam at apple.com
CC: bfulgham at webkit.org, simon.fraser at apple.com,
zalan at apple.com
Adding an empty struct lets us treat this command like all the others, and not special case it in the WTF::switchOn calls in PathSegment.cpp.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230723/937ed6b4/attachment.htm>
More information about the webkit-unassigned
mailing list