| Index: ui/gl/gl_context.cc
|
| diff --git a/ui/gl/gl_context.cc b/ui/gl/gl_context.cc
|
| index 703bfc2514a92406789f18b2efccd50001ff917e..74c95f533dfe2726f7d7700c63e84fcce3a04c5f 100644
|
| --- a/ui/gl/gl_context.cc
|
| +++ b/ui/gl/gl_context.cc
|
| @@ -45,6 +45,10 @@ bool GLContext::GetTotalGpuMemory(size_t* bytes) {
|
| void GLContext::SetSafeToForceGpuSwitch() {
|
| }
|
|
|
| +void GLContext::SetRecreateSurfaceOnMakeCurrent() {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| std::string GLContext::GetExtensions() {
|
| DCHECK(IsCurrent(NULL));
|
| const char* ext = reinterpret_cast<const char*>(glGetString(GL_EXTENSIONS));
|
|
|