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

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

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/gpu/gpu_main.cc
diff --git a/services/ui/gpu/gpu_main.cc b/services/ui/gpu/gpu_main.cc
index 5be189b6536c556ac5cd86dd1c0cbccb82cc9a48..29cb02c6ab3951a681165c9d7524ba9aad428e2d 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 {
@@ -193,7 +193,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));
}

Powered by Google App Engine
This is Rietveld 408576698