Chromium Code Reviews| Index: ui/gl/gl_context_stub.cc |
| diff --git a/ui/gl/gl_context_stub.cc b/ui/gl/gl_context_stub.cc |
| index 56fb3c72efb9e419ef26d4223d699738cdbe0096..1d39d3e19aba8c839e336df57e329028f6983e61 100644 |
| --- a/ui/gl/gl_context_stub.cc |
| +++ b/ui/gl/gl_context_stub.cc |
| @@ -39,6 +39,10 @@ std::string GLContextStub::GetExtensions() { |
| return std::string(); |
| } |
| +std::string GLContextStub::GetGLRenderer() { |
| + return std::string("CHROMIUM"); |
| +} |
| + |
| GLContextStub::~GLContextStub() {} |
| } // namespace gfx |