diff options
Diffstat (limited to 'gfx/gl/GLContextCGL.h')
-rw-r--r-- | gfx/gl/GLContextCGL.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx/gl/GLContextCGL.h b/gfx/gl/GLContextCGL.h index 12da90aee..1a29f3d15 100644 --- a/gfx/gl/GLContextCGL.h +++ b/gfx/gl/GLContextCGL.h @@ -58,6 +58,8 @@ public: virtual bool SupportsRobustness() const override { return false; } virtual bool SwapBuffers() override; + + virtual void GetWSIInfo(nsCString* const out) const override; }; } // namespace gl |