NEW 222127
RemoteRenderingBackend::m_pendingWakeupInfo is a misleading name
https://bugs.webkit.org/show_bug.cgi?id=222127
Summary RemoteRenderingBackend::m_pendingWakeupInfo is a misleading name
Wenson Hsieh
Reported 2021-02-18 12:58:35 PST
`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
Radar WebKit Bug Importer
Comment 1 2021-02-25 12:59:15 PST
Note You need to log in before you can comment on or make changes to this bug.