| Index: ui/gl/init/gl_factory.h
|
| diff --git a/ui/gl/init/gl_factory.h b/ui/gl/init/gl_factory.h
|
| index 37542fb917616ceba8284d407bcb4a7d667ef2ef..63066cd3c719ea64051a78322d222b3e341e917b 100644
|
| --- a/ui/gl/init/gl_factory.h
|
| +++ b/ui/gl/init/gl_factory.h
|
| @@ -69,6 +69,13 @@ GL_INIT_EXPORT scoped_refptr<GLSurface> CreateSurfacelessViewGLSurface(
|
| GL_INIT_EXPORT scoped_refptr<GLSurface> CreateOffscreenGLSurface(
|
| const gfx::Size& size);
|
|
|
| +#if !defined(OS_MACOSX)
|
| +// Return the shared library names for the given GLImplementation.
|
| +GL_INIT_EXPORT bool GetNativeLibraryNamesFromGLImplementation(
|
| + GLImplementation impl,
|
| + std::vector<std::string>* required_libraries);
|
| +#endif
|
| +
|
| } // namespace init
|
| } // namespace gl
|
|
|
|
|