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

Unified Diff: ppapi/shared_impl/media_stream_buffer_manager.cc

Issue 1548813002: Switch to standard integer types in ppapi/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes 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: ppapi/shared_impl/media_stream_buffer_manager.cc
diff --git a/ppapi/shared_impl/media_stream_buffer_manager.cc b/ppapi/shared_impl/media_stream_buffer_manager.cc
index b1b65167f1f1c2bf4d7e40f179048e8d230a85be..db9726314b7540e6e02d7fb18481e95292bfe6a1 100644
--- a/ppapi/shared_impl/media_stream_buffer_manager.cc
+++ b/ppapi/shared_impl/media_stream_buffer_manager.cc
@@ -4,6 +4,8 @@
#include "ppapi/shared_impl/media_stream_buffer_manager.h"
+#include <stddef.h>
+
#include <utility>
#include "base/logging.h"
« no previous file with comments | « ppapi/shared_impl/media_stream_buffer_manager.h ('k') | ppapi/shared_impl/media_stream_buffer_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698