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

Unified Diff: components/mus/public/interfaces/gpu_service.mojom

Issue 2027203002: Rename mojo.* ui/gfx/geometry/mojo types to gfx.mojom.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build Created 4 years, 7 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 | « components/mus/public/interfaces/event_matcher.mojom ('k') | components/mus/public/interfaces/quads.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/interfaces/gpu_service.mojom
diff --git a/components/mus/public/interfaces/gpu_service.mojom b/components/mus/public/interfaces/gpu_service.mojom
index 833ec72573339e7b1d60a67cdfd57191cf6a4cf1..f7f4cf4af657060ec870816cdb3fe2bd63db7eaa 100644
--- a/components/mus/public/interfaces/gpu_service.mojom
+++ b/components/mus/public/interfaces/gpu_service.mojom
@@ -21,7 +21,7 @@ interface GpuService {
// Tells the GPU service to create a new GPU memory buffer.
CreateGpuMemoryBuffer(GpuMemoryBufferId id,
- mojo.Size size,
+ gfx.mojom.Size size,
BufferFormat format,
BufferUsage usage,
uint64 surface_id)
@@ -32,7 +32,7 @@ interface GpuService {
CreateGpuMemoryBufferFromHandle(
GpuMemoryBufferHandle buffer_handle,
GpuMemoryBufferId id,
- mojo.Size size,
+ gfx.mojom.Size size,
BufferFormat format) => (GpuMemoryBufferHandle buffer_handle);
// Tells the GPU process to destroy GPU memory buffer.
« no previous file with comments | « components/mus/public/interfaces/event_matcher.mojom ('k') | components/mus/public/interfaces/quads.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698