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

Unified Diff: media/audio/pulse/pulse_input.h

Issue 2891303002: Fake no input callbacks in PulseAudio. (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | media/audio/pulse/pulse_input.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/pulse/pulse_input.h
diff --git a/media/audio/pulse/pulse_input.h b/media/audio/pulse/pulse_input.h
index 19e3b0b171d33631283c638dc9458ad28989691b..3823f54a505a79b5d501dc69e00c9ba119145f0b 100644
--- a/media/audio/pulse/pulse_input.h
+++ b/media/audio/pulse/pulse_input.h
@@ -80,6 +80,8 @@ class PulseAudioInputStream : public AgcAudioStream<AudioInputStream> {
base::ThreadChecker thread_checker_;
+ int callback_count_ = 0;
+
DISALLOW_COPY_AND_ASSIGN(PulseAudioInputStream);
};
« no previous file with comments | « no previous file | media/audio/pulse/pulse_input.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698