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

Unified Diff: skia/ext/SkDiscardableMemory_chrome.cc

Issue 1540963004: Switch to standard integer types in skia/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missed some 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 | « no previous file | skia/ext/SkMemory_new_handler.cpp » ('j') | skia/ext/convolver.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/SkDiscardableMemory_chrome.cc
diff --git a/skia/ext/SkDiscardableMemory_chrome.cc b/skia/ext/SkDiscardableMemory_chrome.cc
index fd38e20a21834f16b1cd2763bfcb619bfeed2588..95019b125f39ae86e33c626b2b924656843b8482 100644
--- a/skia/ext/SkDiscardableMemory_chrome.cc
+++ b/skia/ext/SkDiscardableMemory_chrome.cc
@@ -4,6 +4,8 @@
#include "skia/ext/SkDiscardableMemory_chrome.h"
+#include <stddef.h>
+
#include <utility>
#include "base/memory/discardable_memory.h"
« no previous file with comments | « no previous file | skia/ext/SkMemory_new_handler.cpp » ('j') | skia/ext/convolver.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698