| Index: ui/gl/gl_context_stub.cc
|
| diff --git a/ui/gl/gl_context_stub.cc b/ui/gl/gl_context_stub.cc
|
| index 9c77434324923bf15a7c0a0c593c45c6b7e9660e..a5d78e213997854fdb482558cd15ca1aff931dbd 100644
|
| --- a/ui/gl/gl_context_stub.cc
|
| +++ b/ui/gl/gl_context_stub.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "ui/gl/gl_context_stub.h"
|
|
|
| -namespace gfx {
|
| +namespace gl {
|
|
|
| GLContextStub::GLContextStub() : GLContextReal(nullptr) {}
|
| GLContextStub::GLContextStub(GLShareGroup* share_group)
|
| @@ -42,4 +42,4 @@ std::string GLContextStub::GetGLRenderer() {
|
|
|
| GLContextStub::~GLContextStub() {}
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|