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

Unified Diff: services/ui/gpu/gpu_main.cc

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/common/server_gpu_memory_buffer_manager.cc ('k') | services/ui/public/cpp/gpu/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gpu/gpu_main.cc
diff --git a/services/ui/gpu/gpu_main.cc b/services/ui/gpu/gpu_main.cc
index 2914032da3e7df6fb9cd8e5b2d6d4e1e7adb7f17..981f1296dbb7a6fed0f2af8853c91359492f32f5 100644
--- a/services/ui/gpu/gpu_main.cc
+++ b/services/ui/gpu/gpu_main.cc
@@ -10,7 +10,7 @@
#include "gpu/ipc/gpu_in_process_thread_service.h"
#include "gpu/ipc/service/gpu_memory_buffer_factory.h"
#include "gpu/ipc/service/gpu_watchdog_thread.h"
-#include "services/ui/common/mus_gpu_memory_buffer_manager.h"
+#include "services/ui/common/server_gpu_memory_buffer_manager.h"
#include "services/ui/gpu/gpu_service_internal.h"
namespace {
@@ -202,7 +202,7 @@ void GpuMain::CreateDisplayCompositorOnCompositorThread(
gpu_internal_.Bind(std::move(gpu_service_info));
display_compositor_ = base::MakeUnique<DisplayCompositor>(
- gpu_command_service_, base::MakeUnique<MusGpuMemoryBufferManager>(
+ gpu_command_service_, base::MakeUnique<ServerGpuMemoryBufferManager>(
gpu_internal_.get(), 1 /* client_id */),
image_factory, std::move(request), std::move(client));
}
« no previous file with comments | « services/ui/common/server_gpu_memory_buffer_manager.cc ('k') | services/ui/public/cpp/gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698