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

Unified Diff: mojo/gles2/command_buffer_client_impl.cc

Issue 1489573003: Added an extra sync token field for extra command buffer identification. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed extra_data_field from mojo IPC Created 5 years 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/gles2/command_buffer_client_impl.cc
diff --git a/mojo/gles2/command_buffer_client_impl.cc b/mojo/gles2/command_buffer_client_impl.cc
index 6e3e2a64a0d115532769e569ca59c477a3907fac..79f238ad25a0a8b5c836a5363e801f204646ce34 100644
--- a/mojo/gles2/command_buffer_client_impl.cc
+++ b/mojo/gles2/command_buffer_client_impl.cc
@@ -413,6 +413,10 @@ uint64_t CommandBufferClientImpl::GetCommandBufferID() const {
return sync_client_impl_->GetCommandBufferID();
}
+int32_t CommandBufferClientImpl::GetExtraCommandBufferData() const {
+ return 0;
+}
+
uint64_t CommandBufferClientImpl::GenerateFenceSyncRelease() {
return next_fence_sync_release_++;
}

Powered by Google App Engine
This is Rietveld 408576698