Bug 218534 - Adjust some compile-time guards in GraphicsContextCG.cpp
Summary: Adjust some compile-time guards in GraphicsContextCG.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: DoNotImportToRadar
Depends on:
Blocks:
 
Reported: 2020-11-03 14:09 PST by Wenson Hsieh
Modified: 2020-11-03 15:58 PST (History)
10 users (show)

See Also:


Attachments
Patch (4.38 KB, patch)
2020-11-03 14:17 PST, Wenson Hsieh
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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].