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

Unified Diff: gpu/gles2_conform_support/egl/display.cc

Issue 1548443002: Introducing gpu::CommandBufferId as a distinct, IdType<...>-based type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@type-safe-save-package-id-self-contained
Patch Set: Created 4 years, 10 months 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 9df0095c013938d575c77462fdae764c355d10d6..af9d69236ad88709a49fc2fc274568863b60328a 100644
--- a/gpu/gles2_conform_support/egl/display.cc
+++ b/gpu/gles2_conform_support/egl/display.cc
@@ -358,8 +358,8 @@ gpu::CommandBufferNamespace Display::GetNamespaceID() const {
return gpu::CommandBufferNamespace::IN_PROCESS;
}
-uint64_t Display::GetCommandBufferID() const {
- return 0;
+gpu::CommandBufferId Display::GetCommandBufferID() const {
+ return gpu::CommandBufferId();
}
int32_t Display::GetExtraCommandBufferData() const {

Powered by Google App Engine
This is Rietveld 408576698