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

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

Issue 2562623005: mus/gpu: Rename the client/server side memory buffer managers. (Closed)
Patch Set: 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/ws/gpu_service_proxy.h
diff --git a/services/ui/ws/gpu_service_proxy.h b/services/ui/ws/gpu_service_proxy.h
index bf562d1bf29ff4dfc6291c71983abcbe764e19f0..629f994b2006fdfcec01faabfceeffe037f5cfde 100644
--- a/services/ui/ws/gpu_service_proxy.h
+++ b/services/ui/ws/gpu_service_proxy.h
@@ -18,7 +18,7 @@
namespace ui {
-class MusGpuMemoryBufferManager;
+class ServerGpuMemoryBufferManager;
namespace ws {
@@ -45,7 +45,7 @@ class GpuServiceProxy {
scoped_refptr<base::SingleThreadTaskRunner> main_thread_task_runner_;
mojom::GpuServiceInternalPtr gpu_service_;
gpu::GPUInfo gpu_info_;
- std::unique_ptr<MusGpuMemoryBufferManager> gpu_memory_buffer_manager_;
+ std::unique_ptr<ServerGpuMemoryBufferManager> gpu_memory_buffer_manager_;
mojom::GpuMainPtr gpu_main_;

Powered by Google App Engine
This is Rietveld 408576698