| Index: ui/gl/gl_context_egl.h
|
| diff --git a/ui/gl/gl_context_egl.h b/ui/gl/gl_context_egl.h
|
| index e45cc251890145fcca9279814843edfa61d44a3e..ea61976e67690ca7b3663160adfdb2c4a5f64816 100644
|
| --- a/ui/gl/gl_context_egl.h
|
| +++ b/ui/gl/gl_context_egl.h
|
| @@ -36,6 +36,8 @@ class GLContextEGL : public GLContext {
|
| virtual bool WasAllocatedUsingRobustnessExtension() OVERRIDE;
|
| virtual bool GetTotalGpuMemory(size_t* bytes) OVERRIDE;
|
|
|
| + bool RecreateSurfaceIfNeeded(GLSurface* surface);
|
| +
|
| protected:
|
| virtual ~GLContextEGL();
|
|
|
|
|