Chromium Code Reviews| Index: ui/gl/gl_context.h |
| diff --git a/ui/gl/gl_context.h b/ui/gl/gl_context.h |
| index 6c25ca2e9baf0fc3227aa15ea6de8f2efdccd828..defeb25dc34f07e63ec4d40eb4005db2d2166420 100644 |
| --- a/ui/gl/gl_context.h |
| +++ b/ui/gl/gl_context.h |
| @@ -70,7 +70,7 @@ class GL_EXPORT GLContext : public base::RefCounted<GLContext> { |
| static GLContext* GetCurrent(); |
| - virtual bool WasAllocatedUsingARBRobustness(); |
| + virtual bool WasAllocatedUsingRobustnessExtension(); |
| protected: |
| virtual ~GLContext(); |