summaryrefslogtreecommitdiffstats
path: root/gfx/gl/GLContextGLX.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/gl/GLContextGLX.h')
-rw-r--r--gfx/gl/GLContextGLX.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx/gl/GLContextGLX.h b/gfx/gl/GLContextGLX.h
index ca476baec..1f2cee08d 100644
--- a/gfx/gl/GLContextGLX.h
+++ b/gfx/gl/GLContextGLX.h
@@ -59,6 +59,8 @@ public:
virtual bool SwapBuffers() override;
+ virtual void GetWSIInfo(nsCString* const out) const override;
+
// Overrides the current GLXDrawable backing the context and makes the
// context current.
bool OverrideDrawable(GLXDrawable drawable);