Bug 245455 - Move computeBorderStyle lambda in RenderStyle::colorResolvingCurrentColor
Summary: Move computeBorderStyle lambda in RenderStyle::colorResolvingCurrentColor
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Nguyen (:ntim)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-09-20 17:48 PDT by Tim Nguyen (:ntim)
Modified: 2022-09-20 18:05 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Nguyen (:ntim) 2022-09-20 17:48:15 PDT
Combine it with the `borderStyle` variable, since it's only used once, and move it closer to the code using it.

This is a small clean up in preparation of changing Color to StyleColor.
Comment 1 Radar WebKit Bug Importer 2022-09-20 17:48:28 PDT
<rdar://problem/100199385>
Comment 2 Tim Nguyen (:ntim) 2022-09-20 17:49:58 PDT
Pull request: https://github.com/WebKit/WebKit/pull/4553
Comment 3 EWS 2022-09-20 18:05:51 PDT
Committed 254703@main (137ee9c4498d): <https://commits.webkit.org/254703@main>

Reviewed commits have been landed. Closing PR #4553 and removing active labels.