| Index: ui/gl/gl_image_glx.cc
|
| diff --git a/ui/gl/gl_image_glx.cc b/ui/gl/gl_image_glx.cc
|
| index 9d51a249edac80826ad185d85cb06a1ff2e4c250..3b678637b342b583077836a3a3b5609112db0f97 100644
|
| --- a/ui/gl/gl_image_glx.cc
|
| +++ b/ui/gl/gl_image_glx.cc
|
| @@ -108,7 +108,7 @@ GLImageGLX::~GLImageGLX() {
|
| }
|
|
|
| bool GLImageGLX::Initialize(XID pixmap) {
|
| - if (!gl::GLSurfaceGLX::IsTextureFromPixmapSupported()) {
|
| + if (!GLSurfaceGLX::IsTextureFromPixmapSupported()) {
|
| DVLOG(0) << "GLX_EXT_texture_from_pixmap not supported.";
|
| return false;
|
| }
|
|
|