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

Unified Diff: services/ui/public/interfaces/gpu_service.mojom

Issue 2295923002: gfx: Struct traits for GpuMemoryBufferId and GpuMemoryBufferType. (Closed)
Patch Set: fix build Created 4 years, 4 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/public/interfaces/gpu_memory_buffer.mojom ('k') | services/ui/ws/gpu_service_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/interfaces/gpu_service.mojom
diff --git a/services/ui/public/interfaces/gpu_service.mojom b/services/ui/public/interfaces/gpu_service.mojom
index ddb376becf5f2872cb73907605dccd42582a65e4..c8077ada13b7da33ad524d923a0b7562e7848abe 100644
--- a/services/ui/public/interfaces/gpu_service.mojom
+++ b/services/ui/public/interfaces/gpu_service.mojom
@@ -20,7 +20,7 @@ interface GpuService {
gpu.mojom.GpuInfo gpu_info);
// Tells the GPU service to create a new GPU memory buffer.
- CreateGpuMemoryBuffer(GpuMemoryBufferId id,
+ CreateGpuMemoryBuffer(gfx.mojom.GpuMemoryBufferId id,
gfx.mojom.Size size,
gfx.mojom.BufferFormat format,
gfx.mojom.BufferUsage usage,
@@ -28,6 +28,6 @@ interface GpuService {
=> (GpuMemoryBufferHandle buffer_handle);
// Tells the GPU process to destroy GPU memory buffer.
- DestroyGpuMemoryBuffer(GpuMemoryBufferId id,
+ DestroyGpuMemoryBuffer(gfx.mojom.GpuMemoryBufferId id,
gpu.mojom.SyncToken sync_token);
};
« no previous file with comments | « services/ui/public/interfaces/gpu_memory_buffer.mojom ('k') | services/ui/ws/gpu_service_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698