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

Unified Diff: services/ui/common/server_gpu_memory_buffer_manager.h

Issue 2559183003: mus: More gpu-related renames. (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
« no previous file with comments | « no previous file | services/ui/common/server_gpu_memory_buffer_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/common/server_gpu_memory_buffer_manager.h
diff --git a/services/ui/common/server_gpu_memory_buffer_manager.h b/services/ui/common/server_gpu_memory_buffer_manager.h
index 7448e8d19e9a44d4d16d95ff3ad2840c2e8a6495..7a610f3eed15ea6813984bca3d935089324ebfe0 100644
--- a/services/ui/common/server_gpu_memory_buffer_manager.h
+++ b/services/ui/common/server_gpu_memory_buffer_manager.h
@@ -12,7 +12,7 @@
#include "base/threading/thread_checker.h"
#include "gpu/command_buffer/client/gpu_memory_buffer_manager.h"
#include "gpu/ipc/host/gpu_memory_buffer_support.h"
-#include "services/ui/gpu/interfaces/gpu_service_internal.mojom.h"
+#include "services/ui/gpu/interfaces/gpu_service.mojom.h"
namespace ui {
@@ -21,8 +21,7 @@ namespace ui {
class ServerGpuMemoryBufferManager : public gpu::GpuMemoryBufferManager,
public base::ThreadChecker {
public:
- ServerGpuMemoryBufferManager(mojom::GpuServiceInternal* gpu_service,
- int client_id);
+ ServerGpuMemoryBufferManager(mojom::GpuService* gpu_service, int client_id);
~ServerGpuMemoryBufferManager() override;
void DestroyGpuMemoryBuffer(gfx::GpuMemoryBufferId id,
@@ -53,7 +52,7 @@ class ServerGpuMemoryBufferManager : public gpu::GpuMemoryBufferManager,
const gpu::SyncToken& sync_token) override;
private:
- mojom::GpuServiceInternal* gpu_service_;
+ mojom::GpuService* gpu_service_;
const int client_id_;
int next_gpu_memory_id_ = 1;
« no previous file with comments | « no previous file | services/ui/common/server_gpu_memory_buffer_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698