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

Unified Diff: media/audio/mac/audio_low_latency_input_mac.h

Issue 9701065: mac: Add MEDIA_EXPORT macros needed to link tests in the shared build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « no previous file | media/audio/mac/audio_manager_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/mac/audio_low_latency_input_mac.h
diff --git a/media/audio/mac/audio_low_latency_input_mac.h b/media/audio/mac/audio_low_latency_input_mac.h
index baea80160e7ee18ac94f6c1c317c5d0702167df4..52609d615c0fb4ea83311eea9195d886e7238110 100644
--- a/media/audio/mac/audio_low_latency_input_mac.h
+++ b/media/audio/mac/audio_low_latency_input_mac.h
@@ -66,7 +66,7 @@ class AUAudioInputStream : public AudioInputStream {
virtual double GetVolume() OVERRIDE;
// Returns the current hardware sample rate for the default input device.
- static double HardwareSampleRate();
+ MEDIA_EXPORT static double HardwareSampleRate();
Ami GONE FROM CHROMIUM 2012/03/15 16:35:55 Is there a reason to export just this method and n
Nico 2012/03/15 16:41:06 I had the impression (see e.g. render_view_impl.cc
bool started() const { return started_; }
AudioUnit audio_unit() { return audio_unit_; }
« no previous file with comments | « no previous file | media/audio/mac/audio_manager_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698