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

Unified Diff: services/ui/public/cpp/gpu/gpu_service.h

Issue 2562623005: mus/gpu: Rename the client/server side memory buffer managers. (Closed)
Patch Set: tot merge Created 4 years 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
Index: services/ui/public/cpp/gpu/gpu_service.h
diff --git a/services/ui/public/cpp/gpu/gpu_service.h b/services/ui/public/cpp/gpu/gpu_service.h
index bb2fabbc4e5f335a9ef9bbed7a44d22fd02a9839..197329d7cf1ee8764437e97f3b9555b2a5350814 100644
--- a/services/ui/public/cpp/gpu/gpu_service.h
+++ b/services/ui/public/cpp/gpu/gpu_service.h
@@ -14,7 +14,7 @@
#include "base/synchronization/waitable_event.h"
#include "base/threading/thread.h"
#include "gpu/ipc/client/gpu_channel_host.h"
-#include "services/ui/public/cpp/gpu/mojo_gpu_memory_buffer_manager.h"
+#include "services/ui/public/cpp/gpu/client_gpu_memory_buffer_manager.h"
#include "services/ui/public/interfaces/gpu_service.mojom.h"
namespace service_manager {
@@ -68,7 +68,7 @@ class GpuService : public gpu::GpuChannelHostFactory,
service_manager::Connector* connector_;
base::WaitableEvent shutdown_event_;
std::unique_ptr<base::Thread> io_thread_;
- std::unique_ptr<MojoGpuMemoryBufferManager> gpu_memory_buffer_manager_;
+ std::unique_ptr<ClientGpuMemoryBufferManager> gpu_memory_buffer_manager_;
ui::mojom::GpuServicePtr gpu_service_;
scoped_refptr<gpu::GpuChannelHost> gpu_channel_;
« no previous file with comments | « services/ui/public/cpp/gpu/client_gpu_memory_buffer_manager.cc ('k') | services/ui/public/cpp/gpu/gpu_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698