| Index: ui/gl/gl_context_stub.cc
|
| diff --git a/ui/gl/gl_context_stub.cc b/ui/gl/gl_context_stub.cc
|
| index 2304585bae679bad0935975218585f786a6361d9..5a55087c5361723085b6b2e5028b5e5615201fe4 100644
|
| --- a/ui/gl/gl_context_stub.cc
|
| +++ b/ui/gl/gl_context_stub.cc
|
| @@ -34,10 +34,6 @@ void* GLContextStub::GetHandle() {
|
| void GLContextStub::OnSetSwapInterval(int interval) {
|
| }
|
|
|
| -std::string GLContextStub::GetExtensions() {
|
| - return std::string();
|
| -}
|
| -
|
| std::string GLContextStub::GetGLRenderer() {
|
| return std::string("CHROMIUM");
|
| }
|
|
|