| Index: ui/gl/gl_surface_stub.cc
|
| diff --git a/ui/gl/gl_surface_stub.cc b/ui/gl/gl_surface_stub.cc
|
| index ad5b0b3fe4537314cc4bdf28d49132d86376ef03..9c94cb0da467503f4f3b98951779d73a91934adf 100644
|
| --- a/ui/gl/gl_surface_stub.cc
|
| +++ b/ui/gl/gl_surface_stub.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "ui/gl/gl_surface_stub.h"
|
|
|
| -namespace gfx {
|
| +namespace gl {
|
|
|
| void GLSurfaceStub::Destroy() {
|
| }
|
| @@ -37,4 +37,4 @@ bool GLSurfaceStub::BuffersFlipped() const {
|
|
|
| GLSurfaceStub::~GLSurfaceStub() {}
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|