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

Unified Diff: services/ui/ws/gpu_client.cc

Issue 2939953004: viz: Move some code into //components/viz/common. (Closed)
Patch Set: . Created 3 years, 6 months 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/ws/gpu_client.h ('k') | services/ui/ws/gpu_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/gpu_client.cc
diff --git a/services/ui/ws/gpu_client.cc b/services/ui/ws/gpu_client.cc
index c0ec4e6b5286054068e08380c6c5e083a8394106..f5508b363b525967775f2086c73a128ad7de2bef 100644
--- a/services/ui/ws/gpu_client.cc
+++ b/services/ui/ws/gpu_client.cc
@@ -4,16 +4,17 @@
#include "services/ui/ws/gpu_client.h"
-#include "services/ui/common/server_gpu_memory_buffer_manager.h"
+#include "components/viz/common/server_gpu_memory_buffer_manager.h"
#include "services/ui/gpu/interfaces/gpu_service.mojom.h"
namespace ui {
namespace ws {
-GpuClient::GpuClient(int client_id,
- gpu::GPUInfo* gpu_info,
- ServerGpuMemoryBufferManager* gpu_memory_buffer_manager,
- mojom::GpuService* gpu_service)
+GpuClient::GpuClient(
+ int client_id,
+ gpu::GPUInfo* gpu_info,
+ viz::ServerGpuMemoryBufferManager* gpu_memory_buffer_manager,
+ mojom::GpuService* gpu_service)
: client_id_(client_id),
gpu_info_(gpu_info),
gpu_memory_buffer_manager_(gpu_memory_buffer_manager),
« no previous file with comments | « services/ui/ws/gpu_client.h ('k') | services/ui/ws/gpu_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698