Bug 218534

Summary: Adjust some compile-time guards in GraphicsContextCG.cpp
Product: WebKit Reporter: Wenson Hsieh <wenson_hsieh>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, bfulgham, cdumez, cmarcelo, ews-watchlist, jonlee, sabouhallawa, simon.fraser, thorton, webkit-bug-importer
Priority: P2 Keywords: DoNotImportToRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Wenson Hsieh 2020-11-03 14:09:55 PST
- Add USE(CG_CONTEXT_STROKE_LINE_SEGMENTS_WHEN_STROKING_LINE)
- Change USE_DRAW_PATH_DIRECT to HAVE(CG_CONTEXT_DRAW_PATH_DIRECT) and move it into PlatformHave.h
Comment 1 Wenson Hsieh 2020-11-03 14:17:36 PST
Created attachment 413105 [details]
Patch
Comment 2 EWS 2020-11-03 15:58:51 PST
Committed r269342: <https://trac.webkit.org/changeset/269342>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 413105 [details].