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

Unified Diff: cc/raster/texture_compressor_etc1.h

Issue 1539203002: Switch to standard integer types in cc/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more includes 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 | « cc/raster/task_graph_work_queue.cc ('k') | cc/raster/texture_compressor_etc1.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/raster/texture_compressor_etc1.h
diff --git a/cc/raster/texture_compressor_etc1.h b/cc/raster/texture_compressor_etc1.h
index 2d2771a888c0c6c1e5bff4fb8eea3f5c6896707c..311a4c30af03fe77925420841dfdc44eefee4b96 100644
--- a/cc/raster/texture_compressor_etc1.h
+++ b/cc/raster/texture_compressor_etc1.h
@@ -7,8 +7,11 @@
#include "cc/raster/texture_compressor.h"
+#include <stdint.h>
+
#include "base/compiler_specific.h"
#include "base/logging.h"
+#include "base/macros.h"
namespace cc {
« no previous file with comments | « cc/raster/task_graph_work_queue.cc ('k') | cc/raster/texture_compressor_etc1.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698