| Index: ui/gl/gl_surface_wgl.h
|
| diff --git a/ui/gl/gl_surface_wgl.h b/ui/gl/gl_surface_wgl.h
|
| index 25990dff49871bafdcb98afddfba75406647cf13..1396f059cef71b8b760afd22f55827f6fd26a1e3 100644
|
| --- a/ui/gl/gl_surface_wgl.h
|
| +++ b/ui/gl/gl_surface_wgl.h
|
| @@ -47,6 +47,7 @@ class GL_EXPORT NativeViewGLSurfaceWGL : public GLSurfaceWGL {
|
| gfx::SwapResult SwapBuffers() override;
|
| gfx::Size GetSize() override;
|
| void* GetHandle() override;
|
| + GLSurfaceFormat GetFormat() override;
|
|
|
| private:
|
| ~NativeViewGLSurfaceWGL() override;
|
| @@ -73,6 +74,7 @@ class GL_EXPORT PbufferGLSurfaceWGL : public GLSurfaceWGL {
|
| gfx::SwapResult SwapBuffers() override;
|
| gfx::Size GetSize() override;
|
| void* GetHandle() override;
|
| + GLSurfaceFormat GetFormat() override;
|
|
|
| private:
|
| ~PbufferGLSurfaceWGL() override;
|
|
|