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

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: Rebasing... 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
« no previous file with comments | « gpu/gles2_conform_support/egl/display.h ('k') | gpu/gpu.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 bf63108662beb6f4b25b7e14e37bc10084b8b783..4b010f24152222e7c39d9d9ecebe6798ac47da14 100644
--- a/gpu/gles2_conform_support/egl/display.cc
+++ b/gpu/gles2_conform_support/egl/display.cc
@@ -369,8 +369,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 {
« no previous file with comments | « gpu/gles2_conform_support/egl/display.h ('k') | gpu/gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698