Chromium Code Reviews
        
  Descriptiongpu: A common GpuMemoryBufferManager implemenetation for clients.
This CL introduces gpu::ClientGpuMemoryBufferManager, a common
implementation for gpu::GpuMemoryBufferManager. This is used by
content-renderers (ChildGpuMemoryBufferManager) and mus clients
(MojoGpuMemoryBufferManager), both of which gets the shared memory
allocation from a host process. These IPC related tasks used to allocate
the shared memory are performed through a delegate interface, so that
code in //content can continue to use chrome-ipc, while the mus client
lib can use mojo.
BUG=643746
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
   
  Patch Set 1 #Patch Set 2 : . #Patch Set 3 : . #Patch Set 4 : all #Patch Set 5 : . #Patch Set 6 : tot merge #Messages
    Total messages: 29 (20 generated)
     
  
  
       |