summaryrefslogtreecommitdiffstats
path: root/gfx/gl/GLContextEAGL.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/gl/GLContextEAGL.h')
-rw-r--r--gfx/gl/GLContextEAGL.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx/gl/GLContextEAGL.h b/gfx/gl/GLContextEAGL.h
index 86e9a5b98..df25d0f1e 100644
--- a/gfx/gl/GLContextEAGL.h
+++ b/gfx/gl/GLContextEAGL.h
@@ -55,6 +55,8 @@ public:
virtual bool SwapBuffers() override;
+ virtual void GetWSIInfo(nsCString* const out) const override;
+
virtual GLuint GetDefaultFramebuffer() override {
return mBackbufferFB;
}