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

Unified Diff: cc/debug/ring_buffer.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/debug/rendering_stats_instrumentation.cc ('k') | cc/debug/traced_display_item_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/debug/ring_buffer.h
diff --git a/cc/debug/ring_buffer.h b/cc/debug/ring_buffer.h
index f9a6749e11622b0cd5a29ff92f69a962c5b762e0..5f7d49ae62e51fa60d2734622e996117ed1477d4 100644
--- a/cc/debug/ring_buffer.h
+++ b/cc/debug/ring_buffer.h
@@ -5,7 +5,10 @@
#ifndef CC_DEBUG_RING_BUFFER_H_
#define CC_DEBUG_RING_BUFFER_H_
+#include <stddef.h>
+
#include "base/logging.h"
+#include "base/macros.h"
namespace cc {
« no previous file with comments | « cc/debug/rendering_stats_instrumentation.cc ('k') | cc/debug/traced_display_item_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698