Bug 244874
| Summary: | Make TimingFunction serialization a little more sane | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alex Christensen <achristensen> |
| Component: | WebCore Misc. | Assignee: | Alex Christensen <achristensen> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | fujii.hironori, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 245088 | ||
Alex Christensen
Instead of having asymmetric encode/decode functions, make them symmetric and generated. Also use enum classes more, and don't store m_type since we have a vtable pointer already.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alex Christensen
Pull request: https://github.com/WebKit/WebKit/pull/4086
EWS
Committed 254322@main (4cc03269dc5d): <https://commits.webkit.org/254322@main>
Reviewed commits have been landed. Closing PR #4086 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/99757064>
Fujii Hironori
Bug 245052 – REGRESSION(254322@main) PlatformCAAnimationWin.cpp(550,86): error C2660: 'CFArrayAppendValue': function does not take 1 arguments