Chromium Code Reviews
Descriptionozone: Dispatch GPU process IPCs to IO thread directly from GpuPlatformSupportHost
This takes an (IO thread) TaskRunner & callback pair instead of an
IPC::Sender when we establish the GPU channel, so that we'll be able to
send messages to the GPU process from browser threads without passing
through the UI thread.
This is preparatory work to allow us to bypass the browser UI thread for
cursor updates on freon builds. It doesn't change the code to send
messages from other threads yet.
BUG=446184
TEST=Boot link_freon to login screen
Committed: https://crrev.com/d128d1293da9bf11aefcb335b4e94bdc9f85374d
Cr-Commit-Position: refs/heads/master@{#310917}
Patch Set 1 #
Total comments: 1
Messages
Total messages: 8 (2 generated)
|