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

Unified Diff: mojo/services/public/interfaces/gpu/command_buffer.mojom

Issue 728133002: Update mojo sdk to rev e01f9a49449381a5eb430c1fd88bf2cae73ec35a (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android + ios gyp fixes Created 6 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
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);
};
« no previous file with comments | « mojo/services/public/interfaces/gpu/BUILD.gn ('k') | mojo/services/public/interfaces/gpu/gpu_capabilities.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698