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

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

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 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
Index: third_party/WebKit/Source/platform/graphics/GraphicsTypes3D.h
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsTypes3D.h b/third_party/WebKit/Source/platform/graphics/GraphicsTypes3D.h
index 01a8bd1fd408a133f197a2e00765bb63be3f51ee..2837afb34cf2f259d93200125e20e6d24ab98058 100644
--- a/third_party/WebKit/Source/platform/graphics/GraphicsTypes3D.h
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsTypes3D.h
@@ -27,12 +27,12 @@
#define GraphicsTypes3D_h
#ifndef __glext_h_
-#include "third_party/khronos/GLES3/gl3.h"
#include "third_party/khronos/GLES2/gl2ext.h"
+#include "third_party/khronos/GLES3/gl3.h"
#endif
-#include "wtf/Forward.h"
#include <stdint.h>
+#include "wtf/Forward.h"
// WebGL-specific enums
const unsigned GC3D_UNPACK_FLIP_Y_WEBGL = 0x9240;

Powered by Google App Engine
This is Rietveld 408576698