| Index: ui/ozone/platform/cast/gl_ozone_egl_cast.cc
 | 
| diff --git a/ui/ozone/platform/cast/gl_ozone_egl_cast.cc b/ui/ozone/platform/cast/gl_ozone_egl_cast.cc
 | 
| index 44f86c61d3b8a8ab4e6e6b690b143a58f408d7c7..02674216eeecc0a16d2dafa1ef94e281c25c00ce 100644
 | 
| --- a/ui/ozone/platform/cast/gl_ozone_egl_cast.cc
 | 
| +++ b/ui/ozone/platform/cast/gl_ozone_egl_cast.cc
 | 
| @@ -203,7 +203,7 @@ void GLOzoneEglCast::ChildDestroyed() {
 | 
|      DestroyWindow();
 | 
|  }
 | 
|  
 | 
| -bool GLOzoneEglCast::LoadGLES2Bindings() {
 | 
| +bool GLOzoneEglCast::LoadGLES2Bindings(gl::GLImplementation implementation) {
 | 
|    if (state_ != kInitialized) {
 | 
|      InitializeHardware();
 | 
|      if (state_ != kInitialized) {
 | 
| 
 |