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

Unified Diff: Source/platform/graphics/GraphicsTypes3D.h

Issue 894143002: Adding Blink bindings for WebGL 2 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed accidentally added scratch file Created 5 years, 10 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 | « Source/platform/RuntimeEnabledFeatures.in ('k') | Source/web/WebRuntimeFeatures.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/GraphicsTypes3D.h
diff --git a/Source/platform/graphics/GraphicsTypes3D.h b/Source/platform/graphics/GraphicsTypes3D.h
index d76bb1a8185651cffeb1446624e21e7cd767f1b7..f274e7d106d9b33a0c2167dc1e36c266c35ba208 100644
--- a/Source/platform/graphics/GraphicsTypes3D.h
+++ b/Source/platform/graphics/GraphicsTypes3D.h
@@ -26,8 +26,11 @@
#ifndef GraphicsTypes3D_h
#define GraphicsTypes3D_h
-#include "third_party/khronos/GLES2/gl2.h"
+#ifndef __glext_h_
+#include "third_party/khronos/GLES3/gl3.h"
#include "third_party/khronos/GLES2/gl2ext.h"
+#endif
+
#include "wtf/Forward.h"
#include <stdint.h>
« no previous file with comments | « Source/platform/RuntimeEnabledFeatures.in ('k') | Source/web/WebRuntimeFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698