Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Unified Diff: Source/WebCore/platform/graphics/OpenGLShims.h

Issue 13529026: Removing a bunch of unused platform code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix whitespace and compiler error on Mac. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WebCore/platform/graphics/NativeImagePtr.h ('k') | Source/WebCore/platform/graphics/OpenGLShims.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « Source/WebCore/platform/graphics/NativeImagePtr.h ('k') | Source/WebCore/platform/graphics/OpenGLShims.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698