Index: ui/gfx/mojo/traits_test_service.mojom |
diff --git a/ui/gfx/mojo/traits_test_service.mojom b/ui/gfx/mojo/traits_test_service.mojom |
index 804e9062ba5413e4b63ffe5ee6a6469f2d585134..013125db6cea5da51aeee447d7312fd236a681ca 100644 |
--- a/ui/gfx/mojo/traits_test_service.mojom |
+++ b/ui/gfx/mojo/traits_test_service.mojom |
@@ -5,6 +5,7 @@ |
module gfx.mojom; |
import "ui/gfx/mojo/accelerated_widget.mojom"; |
+import "ui/gfx/mojo/buffer_types.mojom"; |
import "ui/gfx/mojo/selection_bound.mojom"; |
import "ui/gfx/mojo/transform.mojom"; |
@@ -19,4 +20,8 @@ interface TraitsTestService { |
[Sync] |
EchoTransform(Transform t) => (Transform pass); |
+ |
+ [Sync] |
+ EchoGpuMemoryBufferHandle(GpuMemoryBufferHandle g) |
+ => (GpuMemoryBufferHandle pass); |
}; |