| 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..44142d3d81851f526b3bc557cc78340925e40199 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:
|
|
|