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

Unified Diff: cc/output/managed_memory_policy_unittest.cc

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/output/managed_memory_policy.cc ('k') | cc/output/output_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/managed_memory_policy_unittest.cc
diff --git a/cc/output/managed_memory_policy_unittest.cc b/cc/output/managed_memory_policy_unittest.cc
index 3ba75461aba1f0a8b7f435a4ee7cc5c29108c02c..de2ecfd52e6fde272cc71cfa381624f28ff6d2ac 100644
--- a/cc/output/managed_memory_policy_unittest.cc
+++ b/cc/output/managed_memory_policy_unittest.cc
@@ -4,6 +4,8 @@
#include "cc/output/managed_memory_policy.h"
+#include <stddef.h>
+
#include "cc/proto/managed_memory_policy.pb.h"
#include "cc/proto/memory_allocation.pb.h"
#include "gpu/command_buffer/common/gpu_memory_allocation.h"
« no previous file with comments | « cc/output/managed_memory_policy.cc ('k') | cc/output/output_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698