| Index: ui/gl/gl_context_glx.h
|
| diff --git a/ui/gl/gl_context_glx.h b/ui/gl/gl_context_glx.h
|
| index bba6b3ddfa78e096a248730e4d3f53dd1dfce252..2847881b05e1d38dffcdb8e4a28253393ddc406c 100644
|
| --- a/ui/gl/gl_context_glx.h
|
| +++ b/ui/gl/gl_context_glx.h
|
| @@ -33,6 +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 GetTotalGpuMemory(size_t* bytes) OVERRIDE;
|
| virtual bool WasAllocatedUsingRobustnessExtension() OVERRIDE;
|
|
|
| protected:
|
|
|