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

Unified Diff: ui/gl/gl_bindings.h

Issue 1550483002: Switch to standard integer types in ui/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@int-ui-events
Patch Set: Created 5 years 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/file_manager/file_manager_resource_util.h ('k') | ui/keyboard/content/keyboard_content_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_bindings.h
diff --git a/ui/gl/gl_bindings.h b/ui/gl/gl_bindings.h
index b570d00f75e35769eb0af361dc1d873a413b5044..a43c1d3f1f1bb05761d40c773a2eb6fb54b947cf 100644
--- a/ui/gl/gl_bindings.h
+++ b/ui/gl/gl_bindings.h
@@ -5,10 +5,6 @@
#ifndef UI_GL_GL_BINDINGS_H_
#define UI_GL_GL_BINDINGS_H_
-#include <stdint.h>
-
-#include <string>
-
// Includes the platform independent and platform dependent GL headers.
// Only include this in cc files. It pulls in system headers, including
// the X11 headers on linux, which define all kinds of macros that are
@@ -18,6 +14,9 @@
#include <GL/glext.h>
#include <EGL/egl.h>
#include <EGL/eglext.h>
+#include <stdint.h>
+
+#include <string>
#include "base/logging.h"
#include "base/threading/thread_local.h"
« no previous file with comments | « ui/file_manager/file_manager_resource_util.h ('k') | ui/keyboard/content/keyboard_content_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698