| Index: ui/gl/gl_surface_glx.h
|
| diff --git a/ui/gl/gl_surface_glx.h b/ui/gl/gl_surface_glx.h
|
| index 3d2838ba1d06fd168345b6e7c1e9b8ac432c03bd..7ab6b0aa6cf544e3cbe6334a593ee0751f69cd78 100644
|
| --- a/ui/gl/gl_surface_glx.h
|
| +++ b/ui/gl/gl_surface_glx.h
|
| @@ -72,6 +72,7 @@ class GL_EXPORT NativeViewGLSurfaceGLX : public GLSurfaceGLX {
|
| void* GetHandle() override;
|
| bool SupportsPostSubBuffer() override;
|
| void* GetConfig() override;
|
| + GLSurfaceFormat GetFormat() override;
|
| unsigned long GetCompatibilityKey() override;
|
| gfx::SwapResult PostSubBuffer(int x, int y, int width, int height) override;
|
| gfx::VSyncProvider* GetVSyncProvider() override;
|
| @@ -127,6 +128,7 @@ class GL_EXPORT UnmappedNativeViewGLSurfaceGLX : public GLSurfaceGLX {
|
| gfx::Size GetSize() override;
|
| void* GetHandle() override;
|
| void* GetConfig() override;
|
| + GLSurfaceFormat GetFormat() override;
|
| unsigned long GetCompatibilityKey() override;
|
|
|
| protected:
|
|
|