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 |