Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(609)

Unified Diff: services/ui/ws/gpu_service_proxy.cc

Issue 2360203003: services/ui: Add mojom API for creating/destroying gpu memory buffer. (Closed)
Patch Set: . Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/ui/ws/DEPS ('k') | services/ui/ws/mus_gpu_memory_buffer_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/gpu_service_proxy.cc
diff --git a/services/ui/ws/gpu_service_proxy.cc b/services/ui/ws/gpu_service_proxy.cc
index a5488f2e032ec11744d687bfc22e7939e840cedc..b0932e071bb2581c35669e9dca27d3af59150ee0 100644
--- a/services/ui/ws/gpu_service_proxy.cc
+++ b/services/ui/ws/gpu_service_proxy.cc
@@ -65,7 +65,7 @@ void GpuServiceProxy::OnInternalGpuChannelEstablished(
CHECK(io_thread_->StartWithOptions(thread_options));
gpu_memory_buffer_manager_ = base::MakeUnique<MusGpuMemoryBufferManager>(
- gpu_main_.gpu_service(), kInternalGpuChannelClientId);
+ gpu_service_.get(), kInternalGpuChannelClientId);
gpu_channel_ = gpu::GpuChannelHost::Create(
this, kInternalGpuChannelClientId, gpu_info_,
IPC::ChannelHandle(channel_handle.release()), &shutdown_event_,
« no previous file with comments | « services/ui/ws/DEPS ('k') | services/ui/ws/mus_gpu_memory_buffer_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698