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 { |