DescriptionAdd IPC messages to transfer compositor protos
- Be able to send and receive compositor protos to/from the render
process and the browser process. Messages are piped through the
browser process to/from the network and renderer. A separate client
(go/blimp) will render the compositor protos. This is part of the
compositor refactor around splitting ThreadProxy into two components.
- Hook the proto sending into the BlimpEngineSession class.
- Set up a RemoteProtoChannel interface on the CC side to be used by the
ChannelMain class once we start building that from the LayerTreeHost.
BUG=552055
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Committed: https://crrev.com/5ef644e199b927c4fadb80e87ac68fd397686f63
Cr-Commit-Position: refs/heads/master@{#360452}
Patch Set 1 #Patch Set 2 : Added comments #Patch Set 3 : More cleanup #
Total comments: 10
Patch Set 4 : Changed around method names. #Patch Set 5 : Rebase #
Total comments: 6
Patch Set 6 : Updated method names. Added DCHECK. #
Total comments: 4
Patch Set 7 : Swapped char to uint8_t, added checked_cast, updated description #
Total comments: 4
Patch Set 8 : More signed stuff #Patch Set 9 : Fix gyp build issue #Patch Set 10 : Fix other platform build breaks #Patch Set 11 : Must... fix... #Patch Set 12 : The final battle! #Patch Set 13 : More windows compile issues #Patch Set 14 : Trying to remove CC_EXPORT... #Messages
Total messages: 29 (7 generated)
|