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

Unified Diff: content/renderer/media/media_stream_audio_level_calculator.h

Issue 1778283002: Add CONTENT_EXPORT for content::MediaStreamAudioLevelCalculator::Level. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/media_stream_audio_level_calculator.h
diff --git a/content/renderer/media/media_stream_audio_level_calculator.h b/content/renderer/media/media_stream_audio_level_calculator.h
index f093ab43251fe39b55f9898c0c9abbe0a62d3a0f..792e65c39ba7b6e844dd81cbcce332a3aafa55b8 100644
--- a/content/renderer/media/media_stream_audio_level_calculator.h
+++ b/content/renderer/media/media_stream_audio_level_calculator.h
@@ -26,7 +26,7 @@ class CONTENT_EXPORT MediaStreamAudioLevelCalculator {
// Provides thread-safe access to the current signal level. This object is
// intended to be passed to modules running on other threads that poll for the
// current signal level.
- class Level : public base::RefCountedThreadSafe<Level> {
+ class CONTENT_EXPORT Level : public base::RefCountedThreadSafe<Level> {
public:
float GetCurrent() const;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698