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

Unified Diff: components/mus/gles2/command_buffer_local.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 include in sync_token.h, added back in extra data field in operator== 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: components/mus/gles2/command_buffer_local.cc
diff --git a/components/mus/gles2/command_buffer_local.cc b/components/mus/gles2/command_buffer_local.cc
index d84c53ace1a7761a8e9b0a9742419a0b4618de73..ab7bb420cfaff4188b0e9252f0475e48148ccf03 100644
--- a/components/mus/gles2/command_buffer_local.cc
+++ b/components/mus/gles2/command_buffer_local.cc
@@ -233,6 +233,10 @@ uint64_t CommandBufferLocal::GetCommandBufferID() const {
return command_buffer_id_;
}
+int32_t CommandBufferLocal::GetExtraCommandBufferData() const {
+ return 0;
+}
+
uint64_t CommandBufferLocal::GenerateFenceSyncRelease() {
return next_fence_sync_release_++;
}

Powered by Google App Engine
This is Rietveld 408576698