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