| Index: ui/gl/init/gl_initializer.h
|
| diff --git a/ui/gl/init/gl_initializer.h b/ui/gl/init/gl_initializer.h
|
| index b50adbfb4d71053760dc27afc2453da5d00c14b0..84ae9e42c11b1ae8eca2d7bbe56ceadd6652be09 100644
|
| --- a/ui/gl/init/gl_initializer.h
|
| +++ b/ui/gl/init/gl_initializer.h
|
| @@ -25,6 +25,14 @@ void InitializeDebugGLBindings();
|
| // Clears GL bindings for all implementations supported by platform.
|
| void ClearGLBindingsPlatform();
|
|
|
| +#if !defined(OS_MACOSX)
|
| +// Return the shared library names that are required by platform for the given
|
| +// GLImplementation.
|
| +bool GetNativeLibraryNamesFromGLImplementationPlatform(
|
| + GLImplementation impl,
|
| + std::vector<std::string>* required_libraries);
|
| +#endif
|
| +
|
| } // namespace init
|
| } // namespace gl
|
|
|
|
|