summaryrefslogtreecommitdiffstats
path: root/ui/gl/gl_context_win.cc
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-30 03:55:22 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-30 03:55:22 +0000
commit9ecad220ad03c147c0f75c3d167614eeffa7d0b2 (patch)
tree82e968857feb5189452d4d9c40d4342cb2732c32 /ui/gl/gl_context_win.cc
parent3e0c779babfc9e8848277277ceb1a7782d30de59 (diff)
downloadchromium_src-9ecad220ad03c147c0f75c3d167614eeffa7d0b2.zip
chromium_src-9ecad220ad03c147c0f75c3d167614eeffa7d0b2.tar.gz
chromium_src-9ecad220ad03c147c0f75c3d167614eeffa7d0b2.tar.bz2
Linux: include system Mesa headers when using system Mesa.
BUG=161389 Review URL: https://chromiumcodereview.appspot.com/11416265 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170390 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gl/gl_context_win.cc')
-rw-r--r--ui/gl/gl_context_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gl/gl_context_win.cc b/ui/gl/gl_context_win.cc
index 1d81142..3f7fb07 100644
--- a/ui/gl/gl_context_win.cc
+++ b/ui/gl/gl_context_win.cc
@@ -7,7 +7,7 @@
#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 "third_party/mesa/include/osmesa.h"
#include "ui/gl/gl_bindings.h"
#include "ui/gl/gl_context_egl.h"
#include "ui/gl/gl_context_osmesa.h"