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

Unified Diff: gpu/command_buffer/service/gl_utils.h

Issue 1714004: Removed direct inclusion of GL headers from gl_utils.h.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/gl_utils.h
===================================================================
--- gpu/command_buffer/service/gl_utils.h (revision 45236)
+++ gpu/command_buffer/service/gl_utils.h (working copy)
@@ -54,12 +54,8 @@
#include <GL/osmew.h>
#if defined(OS_WIN)
#include <GL/wglew.h> // NOLINT
- #include <windows.h> // NOLINT
#elif defined(OS_LINUX)
#include <GL/glxew.h> // NOLINT
- #include <GL/glx.h> // NOLINT
- #elif defined(OS_MACOSX)
- #include <OpenGL/OpenGL.h> // NOLINT
#endif // OS_WIN
// GLES2 defines not part of Desktop GL
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698