| Index: ui/gl/gl_surface.h
|
| diff --git a/ui/gl/gl_surface.h b/ui/gl/gl_surface.h
|
| index 979dc9fd09baf12759771c61c6d85d1873edcbd5..4ecc47223a38f9f642cd81e0aea2ab74614e029f 100644
|
| --- a/ui/gl/gl_surface.h
|
| +++ b/ui/gl/gl_surface.h
|
| @@ -119,6 +119,8 @@ class GL_EXPORT GLSurface : public base::RefCounted<GLSurface> {
|
| static bool InitializeOneOffInternal();
|
| static void SetCurrent(GLSurface* surface);
|
|
|
| + static bool ExtensionsContain(const char* extensions, const char* name);
|
| +
|
| private:
|
| friend class base::RefCounted<GLSurface>;
|
| friend class GLContext;
|
|
|