diff Framework/OpenGL/WebAssemblyOpenGLContext.h @ 617:7efa2543699d

simplification
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 02 May 2019 18:21:59 +0200
parents 97926984d5d0
children 0aff28f15ea2
line wrap: on
line diff
--- a/Framework/OpenGL/WebAssemblyOpenGLContext.h	Thu May 02 13:27:41 2019 +0200
+++ b/Framework/OpenGL/WebAssemblyOpenGLContext.h	Thu May 02 18:21:59 2019 +0200
@@ -53,6 +53,8 @@
       virtual unsigned int GetCanvasHeight() const;
 
       void UpdateSize();
+
+      const std::string& GetCanvasIdentifier() const;
     };
   }
 }