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

Unified Diff: media/base/channel_mixing_matrix.cc

Issue 1542013004: Switch to standard integer types in media/, take 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more stddef 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 | « media/base/channel_mixer_unittest.cc ('k') | media/base/channel_mixing_matrix_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/channel_mixing_matrix.cc
diff --git a/media/base/channel_mixing_matrix.cc b/media/base/channel_mixing_matrix.cc
index eee0efd0c33017196f5c3e6481408ac8918285dc..a508b67054742d1d82a6062d187ffc582ad4073f 100644
--- a/media/base/channel_mixing_matrix.cc
+++ b/media/base/channel_mixing_matrix.cc
@@ -7,6 +7,8 @@
#include "media/base/channel_mixing_matrix.h"
+#include <stddef.h>
+
#include <algorithm>
#include <cmath>
« no previous file with comments | « media/base/channel_mixer_unittest.cc ('k') | media/base/channel_mixing_matrix_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698