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

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

Issue 2522153002: mus: Remove unused gpu_memory_buffer.mojom (Closed)
Patch Set: Created 4 years, 1 month 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/BUILD.gn ('k') | services/ui/public/interfaces/gpu_service.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/interfaces/gpu_memory_buffer.mojom
diff --git a/services/ui/public/interfaces/gpu_memory_buffer.mojom b/services/ui/public/interfaces/gpu_memory_buffer.mojom
deleted file mode 100644
index c4685113b8d365bfd689c561315680f83e06e886..0000000000000000000000000000000000000000
--- a/services/ui/public/interfaces/gpu_memory_buffer.mojom
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-module ui.mojom;
-
-import "ui/gfx/mojo/buffer_types.mojom";
-
-struct NativePixmapHandle {
- // A file descriptor for the underlying memory object (usually dmabuf).
- handle fd;
-
- // The stride used when accessing the buffer via a memory mapping.
- int32 stride;
-};
-
-
-struct GpuMemoryBufferHandle {
- gfx.mojom.GpuMemoryBufferType type;
- gfx.mojom.GpuMemoryBufferId id;
- handle buffer_handle;
- uint32 offset;
- int32 stride;
- NativePixmapHandle? native_pixmap_handle;
- // TODO(fsamuel): Add support for Machports.
-};
« no previous file with comments | « services/ui/public/interfaces/BUILD.gn ('k') | services/ui/public/interfaces/gpu_service.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698