| Index: ui/gl/gl_context_glx.h
|
| diff --git a/ui/gl/gl_context_glx.h b/ui/gl/gl_context_glx.h
|
| index 8fcd7a77502127a9fbc7adf05b1eba4502d4584a..bba6b3ddfa78e096a248730e4d3f53dd1dfce252 100644
|
| --- a/ui/gl/gl_context_glx.h
|
| +++ b/ui/gl/gl_context_glx.h
|
| @@ -33,7 +33,7 @@ class GL_EXPORT GLContextGLX : public GLContext {
|
| virtual void* GetHandle() OVERRIDE;
|
| virtual void SetSwapInterval(int interval) OVERRIDE;
|
| virtual std::string GetExtensions() OVERRIDE;
|
| - virtual bool WasAllocatedUsingARBRobustness() OVERRIDE;
|
| + virtual bool WasAllocatedUsingRobustnessExtension() OVERRIDE;
|
|
|
| protected:
|
| virtual ~GLContextGLX();
|
|
|