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

Unified Diff: ui/gl/gl_implementation_android.cc

Issue 1542013005: Add a new driver bug workaround SANDBOX_START_EARLY Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Just rebase Created 4 years, 7 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
Index: ui/gl/gl_implementation_android.cc
diff --git a/ui/gl/gl_implementation_android.cc b/ui/gl/gl_implementation_android.cc
index 44d06eca13436f5db08d1d9a2c2023c386ff064a..774d03081227d69759c38d768077fe7e129e4260 100644
--- a/ui/gl/gl_implementation_android.cc
+++ b/ui/gl/gl_implementation_android.cc
@@ -143,4 +143,11 @@ bool GetGLWindowSystemBindingInfo(GLWindowSystemBindingInfo* info) {
return false;
}
+bool GetNativeLibraryNamesFromGLImplementation(
+ GLImplementation implementation,
+ std::vector<std::string>* required_libraries) {
+ NOTIMPLEMENTED();
+ return false;
+}
+
} // namespace gfx

Powered by Google App Engine
This is Rietveld 408576698