summaryrefslogtreecommitdiffstats
path: root/src/core/gl_surface_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gl_surface_qt.h')
-rw-r--r--src/core/gl_surface_qt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/gl_surface_qt.h b/src/core/gl_surface_qt.h
index 08b501846..c26cb7ed0 100644
--- a/src/core/gl_surface_qt.h
+++ b/src/core/gl_surface_qt.h
@@ -59,12 +59,14 @@ public:
bool IsOffscreen() override;
gfx::SwapResult SwapBuffers() override;
gfx::Size GetSize() override;
+ GLSurfaceFormat GetFormat() override;
protected:
GLSurfaceQt();
virtual ~GLSurfaceQt();
gfx::Size m_size;
+ GLSurfaceFormat m_format;
private:
DISALLOW_COPY_AND_ASSIGN(GLSurfaceQt);