summaryrefslogtreecommitdiffstats
path: root/ui/gl/gl_context_win.cc
diff options
context:
space:
mode:
authorsheu@chromium.org <sheu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-19 04:27:00 +0000
committersheu@chromium.org <sheu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-19 04:27:00 +0000
commitb040f9da1e83507fcff6588bacdcb7e298734940 (patch)
treec4972128f5c62fd4d8f5207670a7905e5e3d4e1e /ui/gl/gl_context_win.cc
parentaf87d31a117bb0a5a117f5565375738e4c490b52 (diff)
downloadchromium_src-b040f9da1e83507fcff6588bacdcb7e298734940.zip
chromium_src-b040f9da1e83507fcff6588bacdcb7e298734940.tar.gz
chromium_src-b040f9da1e83507fcff6588bacdcb7e298734940.tar.bz2
Use EGL headers to pick up EGL definitions.
* Remove forward-definitions of EGL types from ui/gl/gl_bindings.h, and use the actual EGL headers instead. * Clean up users of gl_bindings.h to not use system headers. BUG=chromium:169433 TEST=local build, run on snow; trybots Change-Id: Ibdf8f92574ff1a31389531fa462f05319b20a66f Review URL: https://chromiumcodereview.appspot.com/11961032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177834 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gl/gl_context_win.cc')
-rw-r--r--ui/gl/gl_context_win.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/gl/gl_context_win.cc b/ui/gl/gl_context_win.cc
index 1d81142..a69fcd2 100644
--- a/ui/gl/gl_context_win.cc
+++ b/ui/gl/gl_context_win.cc
@@ -7,7 +7,6 @@
#include "base/debug/trace_event.h"
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
-#include "third_party/mesa/MesaLib/include/GL/osmesa.h"
#include "ui/gl/gl_bindings.h"
#include "ui/gl/gl_context_egl.h"
#include "ui/gl/gl_context_osmesa.h"