Chromium Code Reviews| Index: ui/gl/gl_context.cc |
| diff --git a/ui/gl/gl_context.cc b/ui/gl/gl_context.cc |
| index 48ef5fb3165bf1ed0eee6fd441ee8860e1d0ebe6..6ab53a118286f0719beaf271c33b9465fc05bbb6 100644 |
| --- a/ui/gl/gl_context.cc |
| +++ b/ui/gl/gl_context.cc |
| @@ -81,7 +81,7 @@ void GLContext::SetCurrent(GLContext* context, GLSurface* surface) { |
| GLSurface::SetCurrent(surface); |
| } |
| -bool GLContext::WasAllocatedUsingARBRobustness() { |
| +bool GLContext::WasAllocatedUsingRobustnessExtension() { |
| return false; |
| } |