summaryrefslogtreecommitdiffstats
path: root/src/core/ozone/gl_surface_glx_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ozone/gl_surface_glx_qt.h')
-rw-r--r--src/core/ozone/gl_surface_glx_qt.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/ozone/gl_surface_glx_qt.h b/src/core/ozone/gl_surface_glx_qt.h
index e894423b7..fb17c5aca 100644
--- a/src/core/ozone/gl_surface_glx_qt.h
+++ b/src/core/ozone/gl_surface_glx_qt.h
@@ -42,8 +42,6 @@
#include "gl_surface_qt.h"
-#include "ui/gfx/x/x11_types.h"
-
namespace gl {
class GLSurfaceGLXQt: public GLSurfaceQt {
@@ -62,7 +60,7 @@ protected:
private:
static bool s_initialized;
- XID m_surfaceBuffer;
+ int m_surfaceBuffer;
DISALLOW_COPY_AND_ASSIGN(GLSurfaceGLXQt);
};