| Index: ui/ozone/common/gl_ozone_egl.h
|
| diff --git a/ui/ozone/common/gl_ozone_egl.h b/ui/ozone/common/gl_ozone_egl.h
|
| index d7ed7aa3708535e6b151c71f9c01a436d9905cf4..11c3a86d693a8eef1e1ffe56949659214afbe3c4 100644
|
| --- a/ui/ozone/common/gl_ozone_egl.h
|
| +++ b/ui/ozone/common/gl_ozone_egl.h
|
| @@ -42,7 +42,7 @@ class GLOzoneEGL : public GLOzone {
|
| virtual intptr_t GetNativeDisplay() = 0;
|
|
|
| // Sets up GL bindings for the native surface.
|
| - virtual bool LoadGLES2Bindings() = 0;
|
| + virtual bool LoadGLES2Bindings(gl::GLImplementation implementation) = 0;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(GLOzoneEGL);
|
|
|