| Index: ui/gl/scoped_make_current.cc
|
| diff --git a/ui/gl/scoped_make_current.cc b/ui/gl/scoped_make_current.cc
|
| index c89724a7f2b03da556741985c877980a244c8620..e75a0416e518e95381821ae644a258b4b9a0a980 100644
|
| --- a/ui/gl/scoped_make_current.cc
|
| +++ b/ui/gl/scoped_make_current.cc
|
| @@ -10,10 +10,10 @@
|
|
|
| namespace ui {
|
|
|
| -ScopedMakeCurrent::ScopedMakeCurrent(gfx::GLContext* context,
|
| - gfx::GLSurface* surface)
|
| - : previous_context_(gfx::GLContext::GetCurrent()),
|
| - previous_surface_(gfx::GLSurface::GetCurrent()),
|
| +ScopedMakeCurrent::ScopedMakeCurrent(gl::GLContext* context,
|
| + gl::GLSurface* surface)
|
| + : previous_context_(gl::GLContext::GetCurrent()),
|
| + previous_surface_(gl::GLSurface::GetCurrent()),
|
| context_(context),
|
| surface_(surface),
|
| succeeded_(false) {
|
|
|