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

Unified Diff: ui/gl/egl_util.cc

Issue 14772009: Rationalize dependency on khronos EGL headers in place of angle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updated khronos headers. 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 | « ui/gl/DEPS ('k') | ui/gl/gl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/egl_util.cc
diff --git a/ui/gl/egl_util.cc b/ui/gl/egl_util.cc
index 60d8ff6a7d090a9f4ddc404441403b8e251771e9..11517375a8c674765c5e1d601568cbfa2fa61456 100644
--- a/ui/gl/egl_util.cc
+++ b/ui/gl/egl_util.cc
@@ -7,7 +7,7 @@
#if defined(OS_ANDROID)
#include <EGL/egl.h>
#else
-#include "third_party/angle/include/EGL/egl.h"
+#include "third_party/khronos/EGL/egl.h"
#endif
// This needs to be after the EGL includes
« no previous file with comments | « ui/gl/DEPS ('k') | ui/gl/gl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698