Index: mojo/services/public/interfaces/gpu/command_buffer.mojom |
diff --git a/mojo/services/public/interfaces/gpu/command_buffer.mojom b/mojo/services/public/interfaces/gpu/command_buffer.mojom |
index b8b9a3d9a10d839fea5997c66f3efc3c0e8b875b..2b938c1cbcc359a650beda9de1d24cb32e186215 100644 |
--- a/mojo/services/public/interfaces/gpu/command_buffer.mojom |
+++ b/mojo/services/public/interfaces/gpu/command_buffer.mojom |
@@ -4,6 +4,8 @@ |
module mojo; |
+import "mojo/services/public/interfaces/gpu/gpu_capabilities.mojom"; |
+ |
struct CommandBufferState { |
int32 num_entries; |
int32 get_offset; |
@@ -15,7 +17,7 @@ struct CommandBufferState { |
}; |
interface CommandBufferSyncClient { |
- DidInitialize(bool success); |
+ DidInitialize(bool success, GpuCapabilities capabilities); |
DidMakeProgress(CommandBufferState? state); |
}; |