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

Unified Diff: gpu/gles2_conform_support/egl/display.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: gpu/gles2_conform_support/egl/display.cc
diff --git a/gpu/gles2_conform_support/egl/display.cc b/gpu/gles2_conform_support/egl/display.cc
index b610ced352a068de1cf3e966eaa9f162cc64451d..a66ddc3db99adc870bc201a1dee2747db2d4e65b 100644
--- a/gpu/gles2_conform_support/egl/display.cc
+++ b/gpu/gles2_conform_support/egl/display.cc
@@ -349,6 +349,10 @@ uint64_t Display::GetCommandBufferID() const {
return 0;
}
+int32_t Display::GetExtraCommandBufferData() const {
+ return 0;
+}
+
uint64_t Display::GenerateFenceSyncRelease() {
return next_fence_sync_release_++;
}

Powered by Google App Engine
This is Rietveld 408576698