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