| Index: ui/ozone/platform/cast/gl_ozone_egl_cast.h
|
| diff --git a/ui/ozone/platform/cast/gl_ozone_egl_cast.h b/ui/ozone/platform/cast/gl_ozone_egl_cast.h
|
| index 625b2ab2cbac692e1eed22b08aa24c46e2894a52..96203e29a7aed7449a0b287ab7b047b34c302125 100644
|
| --- a/ui/ozone/platform/cast/gl_ozone_egl_cast.h
|
| +++ b/ui/ozone/platform/cast/gl_ozone_egl_cast.h
|
| @@ -34,7 +34,7 @@ class GLOzoneEglCast : public GLOzoneEGL {
|
| scoped_refptr<gl::GLSurface> CreateOffscreenGLSurface(
|
| const gfx::Size& size) override;
|
| intptr_t GetNativeDisplay() override;
|
| - bool LoadGLES2Bindings() override;
|
| + bool LoadGLES2Bindings(gl::GLImplementation implementation) override;
|
|
|
| intptr_t GetNativeWindow();
|
| bool ResizeDisplay(gfx::Size viewport_size);
|
|
|