ServerGpuMemoryBufferManager is currently used by mus-ws to allocate gpu memory. It uses the mojom.GpuService api.
BrowserGpuMemoryBufferManager is currently used by content/browser to allocate gpu memory. It uses the mojom.GpuService api through GpuProcessHost.
We should use ServerGpuMemoryBufferManager in //content/browser too, and get rid of BrowserGpuMemoryBufferManager.
Comment 1 by bugdroid1@chromium.org
, Jun 21 2017