Chromium Code Reviews
Descriptiongpu: Use mojom API for recording log messages to the host.
This introduces mojom.GpuHost.RecordLogMessage() to replace corresponding
chrome ipc GpuHostMsg_OnLogMessage. Some notable changes:
. The log-handler is set from GpuService instead of from GpuChildThread.
This is easier since GpuService owns the connect to mojom.GpuHost.
. The message in the host (i.e. the browser) is handled in the IO thread
rather than the UI thread. The response is to access the thread-safe
GpuDataManager singleton instance. So there should be no behavioural
change.
BUG=643746
Review-Url: https://codereview.chromium.org/2763493002
Cr-Commit-Position: refs/heads/master@{#458914}
Committed: https://chromium.googlesource.com/chromium/src/+/6aafa7de713ba655b50e35b9b0d1a2d9f5078333
Patch Set 1 #Patch Set 2 : . #Patch Set 3 : . #Patch Set 4 : . #Patch Set 5 : add comment #
Total comments: 5
Patch Set 6 : . #
Messages
Total messages: 40 (29 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||