| Index: ui/gl/gl_context_cgl.h
|
| diff --git a/ui/gl/gl_context_cgl.h b/ui/gl/gl_context_cgl.h
|
| index 1e41b520eea3d93124fbe633dafb95fbdce3582e..0a666366aaa06c338fe3dae9fedc63fa3f050ffe 100644
|
| --- a/ui/gl/gl_context_cgl.h
|
| +++ b/ui/gl/gl_context_cgl.h
|
| @@ -27,6 +27,7 @@ class GLContextCGL : public GLContext {
|
| virtual bool IsCurrent(GLSurface* surface) OVERRIDE;
|
| virtual void* GetHandle() OVERRIDE;
|
| virtual void SetSwapInterval(int interval) OVERRIDE;
|
| + virtual bool GetTotalGpuMemory(size_t& bytes) OVERRIDE;
|
|
|
| protected:
|
| virtual ~GLContextCGL();
|
|
|