Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(738)

Unified Diff: ui/gl/init/gl_initializer.h

Issue 1542013005: Add a new driver bug workaround SANDBOX_START_EARLY Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gl/init/gl_factory.cc ('k') | ui/gl/init/gl_initializer_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ui/gl/init/gl_factory.cc ('k') | ui/gl/init/gl_initializer_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698