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

Unified Diff: ui/gfx/gl/egl_util.cc

Issue 8588059: Upstream: GL implementation on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync Created 9 years, 1 month 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 | ui/gfx/gl/gl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gl/egl_util.cc
diff --git a/ui/gfx/gl/egl_util.cc b/ui/gfx/gl/egl_util.cc
index becc2602bdd54069de48ede897f26f978e5fe8d7..cec4d3bef8d2cecced73585028d5c0ea001e5e5f 100644
--- a/ui/gfx/gl/egl_util.cc
+++ b/ui/gfx/gl/egl_util.cc
@@ -4,7 +4,11 @@
#include "ui/gfx/gl/egl_util.h"
+#if defined(OS_ANDROID)
+#include <EGL/egl.h>
+#else
#include "third_party/angle/include/EGL/egl.h"
+#endif
// This needs to be after the EGL includes
#include "ui/gfx/gl/gl_bindings.h"
« no previous file with comments | « no previous file | ui/gfx/gl/gl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698