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

Unified Diff: gpu/gles2_conform_support/egl/surface.h

Issue 1542513002: Switch to standard integer types in gpu/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix 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 | « gpu/gles2_conform_support/egl/egl.cc ('k') | gpu/gles2_conform_support/gles2_conform_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gles2_conform_support/egl/surface.h
diff --git a/gpu/gles2_conform_support/egl/surface.h b/gpu/gles2_conform_support/egl/surface.h
index 3b66de082c7cdfd1fd67ec4534d81af24416a74a..3db553efe566c17a753e4a6b4350f6112be3785b 100644
--- a/gpu/gles2_conform_support/egl/surface.h
+++ b/gpu/gles2_conform_support/egl/surface.h
@@ -7,7 +7,7 @@
#include <EGL/egl.h>
-#include "base/basictypes.h"
+#include "base/macros.h"
namespace egl {
« no previous file with comments | « gpu/gles2_conform_support/egl/egl.cc ('k') | gpu/gles2_conform_support/gles2_conform_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698