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

Unified Diff: media/audio/mac/audio_auhal_mac.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/audio/mac/audio_auhal_mac.h
diff --git a/media/audio/mac/audio_auhal_mac.h b/media/audio/mac/audio_auhal_mac.h
index 351c6626957f416ed339ae4e78d9b534911e94a4..6d0bc73c1e9abddb3010399a7d2a6836a2801601 100644
--- a/media/audio/mac/audio_auhal_mac.h
+++ b/media/audio/mac/audio_auhal_mac.h
@@ -182,7 +182,7 @@ class AUHALStream : public AudioOutputStream {
scoped_ptr<AudioPullFifo> audio_fifo_;
// Current buffer delay. Set by Render().
- uint32 current_hardware_pending_bytes_;
+ uint32_t current_hardware_pending_bytes_;
// Lost frames not yet reported to the provider. Increased in
// UpdatePlayoutTimestamp() if any lost frame since last time. Forwarded to

Powered by Google App Engine
This is Rietveld 408576698