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

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: 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
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 0c351e844318d27533979cd4a74d9739a5215471..2eff3a95365eabd544bac42013e181d10e51b274 100644
--- a/gpu/command_buffer/tests/gl_manager.cc
+++ b/gpu/command_buffer/tests/gl_manager.cc
@@ -509,6 +509,10 @@ uint64_t GLManager::GetCommandBufferID() const {
return command_buffer_id_;
}
+uint32_t GLManager::GetExtraCommandBufferData() const {
+ return 0;
+}
+
uint64_t GLManager::GenerateFenceSyncRelease() {
return next_fence_sync_release_++;
}

Powered by Google App Engine
This is Rietveld 408576698