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