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

Unified Diff: gpu/command_buffer/tests/gl_manager.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: gpu/command_buffer/tests/gl_manager.cc
diff --git a/gpu/command_buffer/tests/gl_manager.cc b/gpu/command_buffer/tests/gl_manager.cc
index 3053abd8c6aaa4c24c6ca1c2c1b82ecaf907151b..d72994be70d24c1565039073b2af229062178425 100644
--- a/gpu/command_buffer/tests/gl_manager.cc
+++ b/gpu/command_buffer/tests/gl_manager.cc
@@ -505,6 +505,10 @@ uint64_t GLManager::GetCommandBufferID() const {
return command_buffer_id_;
}
+int32_t GLManager::GetExtraCommandBufferData() const {
+ return 0;
+}
+
uint64_t GLManager::GenerateFenceSyncRelease() {
return next_fence_sync_release_++;
}

Powered by Google App Engine
This is Rietveld 408576698