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

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

Issue 1460833002: gpu: Implement the new fence syncs in mojo command buffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 5 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 | « components/mus/gles2/command_buffer_local.cc ('k') | gpu/command_buffer/common/constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/interfaces/command_buffer.mojom
diff --git a/components/mus/public/interfaces/command_buffer.mojom b/components/mus/public/interfaces/command_buffer.mojom
index 240078ffd15168f49009fef716fc3a3011938429..db035c3d0d5ce17fa901e30073f41c3e25c8b6fc 100644
--- a/components/mus/public/interfaces/command_buffer.mojom
+++ b/components/mus/public/interfaces/command_buffer.mojom
@@ -19,7 +19,10 @@ struct CommandBufferState {
interface CommandBufferSyncClient {
// |capabilities| is null if |success| is false.
- DidInitialize(bool success, GpuCapabilities? capabilities);
+ DidInitialize(bool success,
+ int32 command_buffer_namespace,
+ uint64 command_buffer_id,
+ GpuCapabilities? capabilities);
DidMakeProgress(CommandBufferState state);
};
« no previous file with comments | « components/mus/gles2/command_buffer_local.cc ('k') | gpu/command_buffer/common/constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698