| Index: ui/gl/gl_surface_glx.h | 
| diff --git a/ui/gl/gl_surface_glx.h b/ui/gl/gl_surface_glx.h | 
| index 644b51ba2b0323a073d91cca3fb1e21a587d8848..0dc235c656534eab8c1b81e90e93a4db37f716d7 100644 | 
| --- a/ui/gl/gl_surface_glx.h | 
| +++ b/ui/gl/gl_surface_glx.h | 
| @@ -27,6 +27,7 @@ class GL_EXPORT GLSurfaceGLX : public GLSurface { | 
| static const char* GetGLXExtensions(); | 
| static bool HasGLXExtension(const char* name); | 
| static bool IsCreateContextRobustnessSupported(); | 
| +  static bool IsTextureFromPixmapSupported(); | 
|  | 
| virtual void* GetDisplay() OVERRIDE; | 
|  | 
|  |