| Index: ui/gl/gl_context_glx.h
|
| diff --git a/ui/gl/gl_context_glx.h b/ui/gl/gl_context_glx.h
|
| index ac93a5d64b431f884b26312f400763a774dd2b38..3881b444c4c130f926294f1d2476e540dfaf5324 100644
|
| --- a/ui/gl/gl_context_glx.h
|
| +++ b/ui/gl/gl_context_glx.h
|
| @@ -32,7 +32,6 @@ class GL_EXPORT GLContextGLX : public GLContextReal {
|
| void* GetHandle() override;
|
| void OnSetSwapInterval(int interval) override;
|
| std::string GetExtensions() override;
|
| - bool GetTotalGpuMemory(size_t* bytes) override;
|
| bool WasAllocatedUsingRobustnessExtension() override;
|
|
|
| protected:
|
|
|