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

Unified Diff: services/ui/ws/gpu_service_proxy.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
« no previous file with comments | « services/ui/public/cpp/gpu/mojo_gpu_memory_buffer_manager.cc ('k') | services/ui/ws/gpu_service_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/gpu_service_proxy.h
diff --git a/services/ui/ws/gpu_service_proxy.h b/services/ui/ws/gpu_service_proxy.h
index bbb829042f1211389ed10c3062c824b255800558..0a9f0801e11d99202192f5c1a335385bbe2867a1 100644
--- a/services/ui/ws/gpu_service_proxy.h
+++ b/services/ui/ws/gpu_service_proxy.h
@@ -19,7 +19,7 @@
namespace ui {
-class MusGpuMemoryBufferManager;
+class ServerGpuMemoryBufferManager;
namespace ws {
@@ -57,7 +57,7 @@ class GpuServiceProxy : public mojom::GpuServiceHost {
mojom::GpuServiceInternalPtr gpu_service_;
mojo::Binding<mojom::GpuServiceHost> gpu_host_binding_;
gpu::GPUInfo gpu_info_;
- std::unique_ptr<MusGpuMemoryBufferManager> gpu_memory_buffer_manager_;
+ std::unique_ptr<ServerGpuMemoryBufferManager> gpu_memory_buffer_manager_;
mojom::GpuMainPtr gpu_main_;
« no previous file with comments | « services/ui/public/cpp/gpu/mojo_gpu_memory_buffer_manager.cc ('k') | services/ui/ws/gpu_service_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698