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

Unified Diff: skia/ext/benchmarking_canvas.cc

Issue 1540963004: Switch to standard integer types in skia/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
Index: skia/ext/benchmarking_canvas.cc
diff --git a/skia/ext/benchmarking_canvas.cc b/skia/ext/benchmarking_canvas.cc
index cb299c7bc43c4a3cf20a2b72c7b5e61e3f50ed93..1c90abb5b35f270dc6dd5d4e324ab8b7ad44b896 100644
--- a/skia/ext/benchmarking_canvas.cc
+++ b/skia/ext/benchmarking_canvas.cc
@@ -4,6 +4,8 @@
#include "skia/ext/benchmarking_canvas.h"
+#include <stddef.h>
+
#include <utility>
#include "base/logging.h"

Powered by Google App Engine
This is Rietveld 408576698