Chromium Code Reviews
Descriptionservices/ui: Inject GpuService instance where needed, instead of singleton.
ui::GLES2Context uses the GpuService instance to establish a channel to the GPU
process. Instead of using the global singleton, pass through the GpuService
instance to ui::GLES2Context through the ui::OutputSurface. This removes the
last usage of the GpuService singleton, which means this code can be moved into
the client-lib, where it belongs.
BUG=634377
TBR=ben@ for change related to new API in content/renderer
Committed: https://crrev.com/62c311322b6343e6fd148f9b81d500e795242228
Cr-Commit-Position: refs/heads/master@{#411262}
Patch Set 1 #Patch Set 2 : . #Messages
Total messages: 16 (10 generated)
|