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

Unified Diff: media/capture/video/win/sink_filter_win.h

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/capture/video/win/sink_filter_observer_win.h ('k') | media/capture/video/win/sink_input_pin_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/video/win/sink_filter_win.h
diff --git a/media/capture/video/win/sink_filter_win.h b/media/capture/video/win/sink_filter_win.h
index 043f57edd34ab56188d4d2f1c09a16536e1bb616..bb3c89791b74e7873e6b02de0e8d4ee6b004583c 100644
--- a/media/capture/video/win/sink_filter_win.h
+++ b/media/capture/video/win/sink_filter_win.h
@@ -9,6 +9,7 @@
#define MEDIA_VIDEO_CAPTURE_WIN_SINK_FILTER_WIN_H_
#include <windows.h>
+#include <stddef.h>
#include "base/macros.h"
#include "base/memory/ref_counted.h"
« no previous file with comments | « media/capture/video/win/sink_filter_observer_win.h ('k') | media/capture/video/win/sink_input_pin_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698