diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-08-01 08:58:59 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-08-01 08:58:59 +0200 |
commit | 0d315d5c02260ff04fd2eccaabcad49e501679fb (patch) | |
tree | 939f31b2484c41ec415e9eb56aee1c2934752e65 /gfx/gl/GLContext.h | |
parent | afb56291d998171913afa6e1305c020bfecefdd1 (diff) | |
download | uxp-0d315d5c02260ff04fd2eccaabcad49e501679fb.tar.gz |
Bug 1335296 - Expand about:support WebGL information
Diffstat (limited to 'gfx/gl/GLContext.h')
-rw-r--r-- | gfx/gl/GLContext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx/gl/GLContext.h b/gfx/gl/GLContext.h index f205630705..c82efcedaf 100644 --- a/gfx/gl/GLContext.h +++ b/gfx/gl/GLContext.h @@ -221,6 +221,8 @@ public: return false; } + virtual void GetWSIInfo(nsCString* const out) const = 0; + /** * Return true if we are running on a OpenGL core profile context */ |