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 da966bdc39511ed7e11328c87fd49d00d6df6f26..ffc96c4d6d54d95eba7cb31818cba69065fa4efa 100644 |
--- a/gpu/gles2_conform_support/egl/display.h |
+++ b/gpu/gles2_conform_support/egl/display.h |
@@ -98,6 +98,7 @@ class Display : private gpu::GpuControl { |
bool IsGpuChannelLost() override; |
gpu::CommandBufferNamespace GetNamespaceID() const override; |
uint64_t GetCommandBufferID() const override; |
+ int32_t GetExtraCommandBufferData() const override; |
uint64_t GenerateFenceSyncRelease() override; |
bool IsFenceSyncRelease(uint64_t release) override; |
bool IsFenceSyncFlushed(uint64_t release) override; |