| 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 e3a57bcb49671113e2cad34ad4885ba0d4cca910..292d68bd08ac1f3d380052e332a1f5e6e15281c7 100644
|
| --- a/gpu/gles2_conform_support/egl/display.h
|
| +++ b/gpu/gles2_conform_support/egl/display.h
|
| @@ -92,7 +92,7 @@ class Display : private gpu::GpuControl {
|
| bool IsGpuChannelLost() override;
|
| void EnsureWorkVisible() override;
|
| gpu::CommandBufferNamespace GetNamespaceID() const override;
|
| - uint64_t GetCommandBufferID() const override;
|
| + gpu::CommandBufferId GetCommandBufferID() const override;
|
| int32_t GetExtraCommandBufferData() const override;
|
| uint64_t GenerateFenceSyncRelease() override;
|
| bool IsFenceSyncRelease(uint64_t release) override;
|
|
|