Chromium Code Reviews| Index: ui/gl/gl_context.cc |
| =================================================================== |
| --- ui/gl/gl_context.cc (revision 195901) |
| +++ ui/gl/gl_context.cc (working copy) |
| @@ -45,6 +45,10 @@ |
| void GLContext::SetSafeToForceGpuSwitch() { |
| } |
| +void GLContext::SetRecreateSurfaceOnMakeCurrent() { |
| + NOTIMPLEMENTED(); |
| +} |
| + |
| std::string GLContext::GetExtensions() { |
| DCHECK(IsCurrent(NULL)); |
| const char* ext = reinterpret_cast<const char*>(glGetString(GL_EXTENSIONS)); |