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