Index: gpu/gles2_conform_support/egl/display.h |
diff --git a/gpu/gles2_conform_support/egl/display.h b/gpu/gles2_conform_support/egl/display.h |
index ee3a2a8418fd63bb813d9e91abc107652c64a9af..8954c2a97ab5ae4e0a49ccedd6ae7246e9bb049d 100644 |
--- a/gpu/gles2_conform_support/egl/display.h |
+++ b/gpu/gles2_conform_support/egl/display.h |
@@ -98,6 +98,8 @@ class Display : private gpu::GpuControl { |
uint32 CreateStreamTexture(uint32 texture_id) override; |
void SetLock(base::Lock*) override; |
bool IsGpuChannelLost() override; |
+ gpu::CommandBufferNamespace GetNamespaceID() const override; |
+ uint64_t GetCommandBufferID() const override; |
private: |
EGLNativeDisplayType display_id_; |