Index: ui/gl/gl_implementation_win.cc |
diff --git a/ui/gl/gl_implementation_win.cc b/ui/gl/gl_implementation_win.cc |
index 9cffe3cc0a9f88923ecb8a1020eb53d365ca850c..ace471f89a3be3ae00021b964381ac40d39d41a3 100644 |
--- a/ui/gl/gl_implementation_win.cc |
+++ b/ui/gl/gl_implementation_win.cc |
@@ -352,4 +352,11 @@ bool GetGLWindowSystemBindingInfo(GLWindowSystemBindingInfo* info) { |
} |
} |
+bool GetNativeLibraryNamesFromGLImplementation( |
+ GLImplementation implementation, |
+ std::vector<std::string>* required_libraries) { |
+ NOTIMPLEMENTED(); |
+ return false; |
+} |
+ |
} // namespace gfx |