summaryrefslogtreecommitdiffstats
path: root/gfx/gl/GLContextWGL.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/gl/GLContextWGL.h')
-rw-r--r--gfx/gl/GLContextWGL.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx/gl/GLContextWGL.h b/gfx/gl/GLContextWGL.h
index 9d270bf52..839b10aa7 100644
--- a/gfx/gl/GLContextWGL.h
+++ b/gfx/gl/GLContextWGL.h
@@ -57,6 +57,8 @@ public:
virtual bool SwapBuffers() override;
+ virtual void GetWSIInfo(nsCString* const out) const override;
+
virtual bool SetupLookupFunction() override;
HGLRC Context() { return mContext; }