Chromium Code Reviews| Index: ui/gl/gl_implementation_mac.cc |
| diff --git a/ui/gl/gl_implementation_mac.cc b/ui/gl/gl_implementation_mac.cc |
| index 09af157c107259ef4d0a5eb442d6c402ba4cc585..36bb7e37e503a1e1ebec8ec869ad98e0c8441ece 100644 |
| --- a/ui/gl/gl_implementation_mac.cc |
| +++ b/ui/gl/gl_implementation_mac.cc |
| @@ -143,4 +143,8 @@ void ClearGLBindings() { |
| UnloadGLNativeLibraries(); |
| } |
| +bool GetGLWindowSystemBindingInfo(GLWindowSystemBindingInfo* info) { |
| + return false; |
| +} |
| + |
| } // namespace gfx |