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

Unified Diff: Source/platform/audio/AudioPullFIFO.h

Issue 207783002: Omit "int" when using "unsigned" modifier (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 months 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 | « Source/platform/TraceEvent.h ('k') | Source/platform/audio/DenormalDisabler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/AudioPullFIFO.h
diff --git a/Source/platform/audio/AudioPullFIFO.h b/Source/platform/audio/AudioPullFIFO.h
index 381b69ded889bf5b29d6dfa31ae167081ec17295..f607bf90a28462341edb22d64481e467adf23777 100644
--- a/Source/platform/audio/AudioPullFIFO.h
+++ b/Source/platform/audio/AudioPullFIFO.h
@@ -63,7 +63,7 @@ private:
AudioFIFO m_fifo;
// Number of frames of data that the provider will produce per call.
- unsigned int m_providerSize;
+ unsigned m_providerSize;
// Temporary workspace to hold the data from the provider.
RefPtr<AudioBus> m_tempBus;
« no previous file with comments | « Source/platform/TraceEvent.h ('k') | Source/platform/audio/DenormalDisabler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698