| Index: ui/gl/scoped_binders.cc
|
| diff --git a/ui/gl/scoped_binders.cc b/ui/gl/scoped_binders.cc
|
| index 4480f8030ca78cd5d0707280b348d0c3c99438f9..f89a6b3b164a3cdbbe0b0ffca001ae2cd33d44b3 100644
|
| --- a/ui/gl/scoped_binders.cc
|
| +++ b/ui/gl/scoped_binders.cc
|
| @@ -7,7 +7,7 @@
|
| #include "ui/gl/gl_context.h"
|
| #include "ui/gl/gl_state_restorer.h"
|
|
|
| -namespace gfx {
|
| +namespace gl {
|
|
|
| ScopedFrameBufferBinder::ScopedFrameBufferBinder(unsigned int fbo)
|
| : state_restorer_(!GLContext::GetCurrent()
|
| @@ -176,4 +176,4 @@ ScopedCapability::~ScopedCapability() {
|
| }
|
| }
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|