| Index: ui/gl/gl_context_egl.h
|
| diff --git a/ui/gl/gl_context_egl.h b/ui/gl/gl_context_egl.h
|
| index 21b8341d5f6d977de52daba21408891556298f3a..30905925bac233048245b10e08e67f599258e488 100644
|
| --- a/ui/gl/gl_context_egl.h
|
| +++ b/ui/gl/gl_context_egl.h
|
| @@ -33,6 +33,7 @@ class GLContextEGL : public GLContext {
|
| virtual void* GetHandle() OVERRIDE;
|
| virtual void SetSwapInterval(int interval) OVERRIDE;
|
| virtual std::string GetExtensions() OVERRIDE;
|
| + virtual bool WasAllocatedUsingRobustnessExtension() OVERRIDE;
|
|
|
| protected:
|
| virtual ~GLContextEGL();
|
|
|