Chromium Code Reviews| Index: Source/WebCore/platform/graphics/OpenGLShims.h | 
| diff --git a/Source/WebCore/platform/graphics/OpenGLShims.h b/Source/WebCore/platform/graphics/OpenGLShims.h | 
| index a47360f5870b62384df0d390406ce38f5593b207..85f16c69ed9361456f9d329e6d7f370389ed917b 100644 | 
| --- a/Source/WebCore/platform/graphics/OpenGLShims.h | 
| +++ b/Source/WebCore/platform/graphics/OpenGLShims.h | 
| @@ -20,14 +20,7 @@ | 
| #ifndef OpenGLShims_h | 
| #define OpenGLShims_h | 
| -#if PLATFORM(QT) | 
| -#include <qglobal.h> | 
| -#include <qopenglfunctions.h> | 
| -#include <QOpenGLContext> | 
| -#include <QSurface> | 
| -#else | 
| #include <GL/gl.h> | 
| -#endif | 
| #if defined(GL_ES_VERSION_2_0) | 
| // Some openGL ES systems miss this typedef. |