gpu: Maintain the deferred log messages separately from the IPC messages.
Instead of keeping a queue of IPC messages in GpuChildThread for the deferred log messages that are sent to the browser, maintain a queue of structs describing the log messages. This makes it easier to follow the code, and easier to replace the chrome IPC with mojo IPC in subsequent patches. BUG=643746 Review-Url: https://codereview.chromium.org/2599203003 Cr-Commit-Position: refs/heads/master@{#441318}
Showing
Please register or sign in to comment