| Index: ui/gl/init/gl_factory_mac.cc
|
| diff --git a/ui/gl/init/gl_factory_mac.cc b/ui/gl/init/gl_factory_mac.cc
|
| index fce7f2e159680b5769d05a762db6da3a82cd97f8..6716f4109df7a77e7ca7fb0c94778de9010b8246 100644
|
| --- a/ui/gl/init/gl_factory_mac.cc
|
| +++ b/ui/gl/init/gl_factory_mac.cc
|
| @@ -43,6 +43,7 @@ class NoOpGLSurface : public GLSurface {
|
| void* GetHandle() override { return nullptr; }
|
| void* GetDisplay() override { return nullptr; }
|
| bool IsSurfaceless() const override { return true; }
|
| + GLSurfaceFormat GetFormat() override { return GLSurfaceFormat(); }
|
|
|
| protected:
|
| ~NoOpGLSurface() override {}
|
|
|