Bug 222127
Summary: | RemoteRenderingBackend::m_pendingWakeupInfo is a misleading name | ||
---|---|---|---|
Product: | WebKit | Reporter: | Wenson Hsieh <wenson_hsieh> |
Component: | WebKit2 | Assignee: | Wenson Hsieh <wenson_hsieh> |
Status: | NEW | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Wenson Hsieh
`m_pendingWakeupInfo` is not used for an actual IPC wakeup in the case where we are changing from one display list item buffer to another, due to hitting the end of the first one.
This should be renamed to something like `m_pendingDisplayListReplayInfo` or just `m_pendingReplayInfo`
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/74756890>