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

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

Issue 1534273002: Switch to standard integer types in media/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more 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: media/capture/video/win/video_capture_device_mf_win.h
diff --git a/media/capture/video/win/video_capture_device_mf_win.h b/media/capture/video/win/video_capture_device_mf_win.h
index bcc9c1f22f880f39b6e9c3cdf6d39e8e940c417e..8ca664a38cb0ecde4f72729ae9f87e12d7cb4d50 100644
--- a/media/capture/video/win/video_capture_device_mf_win.h
+++ b/media/capture/video/win/video_capture_device_mf_win.h
@@ -50,7 +50,7 @@ class MEDIA_EXPORT VideoCaptureDeviceMFWin : public base::NonThreadSafe,
void StopAndDeAllocate() override;
// Captured new video data.
- void OnIncomingCapturedData(const uint8* data,
+ void OnIncomingCapturedData(const uint8_t* data,
int length,
int rotation,
const base::TimeTicks& time_stamp);

Powered by Google App Engine
This is Rietveld 408576698