Bug 283531
| Summary: | cleanup some unused RenderStyle::setBackground* | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Dubost <karlcow> |
| Component: | CSS | Assignee: | Karl Dubost <karlcow> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | koivisto, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Karl Dubost
A couple of declared names seem to be unused in
Source/WebCore/rendering/style/RenderStyle.h
Source/WebCore/rendering/style/RenderStyleSetters.h
inline void setBackgroundXPosition(Length&&);
inline void setBackgroundYPosition(Length&&);
inline void setBackgroundSize(FillSizeType);
inline void setBackgroundSizeLength(LengthSize&&);
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/140382608>
Karl Dubost
Pull request: https://github.com/WebKit/WebKit/pull/36986
EWS
Committed 286940@main (0dafbff15662): <https://commits.webkit.org/286940@main>
Reviewed commits have been landed. Closing PR #36986 and removing active labels.