| Index: ui/gl/gl_context_stub.h
|
| diff --git a/ui/gl/gl_context_stub.h b/ui/gl/gl_context_stub.h
|
| index 0d6250952c3e4dceb4edba713b461a16ffde3269..af519dfe6a2876f289f44a463cce776954e1bed8 100644
|
| --- a/ui/gl/gl_context_stub.h
|
| +++ b/ui/gl/gl_context_stub.h
|
| @@ -23,7 +23,6 @@ class GL_EXPORT GLContextStub : public GLContextReal {
|
| bool IsCurrent(GLSurface* surface) override;
|
| void* GetHandle() override;
|
| void OnSetSwapInterval(int interval) override;
|
| - std::string GetExtensions() override;
|
| std::string GetGLRenderer() override;
|
|
|
| protected:
|
|
|