| 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 9b349bd3b6f3a88a6285d7e8e595c23781421e1e..0566da642c55319232dfb980ef1b99b243ac6209 100644
|
| --- a/gpu/gles2_conform_support/egl/display.h
|
| +++ b/gpu/gles2_conform_support/egl/display.h
|
| @@ -93,6 +93,7 @@ class Display : private gpu::GpuControl {
|
| void SetSurfaceVisible(bool visible) override;
|
| uint32 CreateStreamTexture(uint32 texture_id) override;
|
| void SetLock(base::Lock*) override;
|
| + bool IsGpuChannelLost() override;
|
|
|
| private:
|
| EGLNativeDisplayType display_id_;
|
|
|