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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLShaderPrecisionFormat.h

Issue 1950763002: Remove abstractions around GLuint and GL constants. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: third_party/WebKit/Source/modules/webgl/WebGLShaderPrecisionFormat.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLShaderPrecisionFormat.h b/third_party/WebKit/Source/modules/webgl/WebGLShaderPrecisionFormat.h
index fc8d9d21c317500b04a9b1439136009fd874a13c..b9b4000b12cbb8abb5850daa8511f83100ce334c 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLShaderPrecisionFormat.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLShaderPrecisionFormat.h
@@ -28,8 +28,8 @@
#define WebGLShaderPrecisionFormat_h
#include "bindings/core/v8/ScriptWrappable.h"
-#include "platform/graphics/GraphicsTypes3D.h"
#include "platform/heap/Handle.h"
+#include "third_party/khronos/GLES2/gl2.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698