Commit f3ea23d1 authored by Antonio Gomes's avatar Antonio Gomes Committed by Commit Bot

Move media_stream_audio_deliverer.h out of the Blink API

BUG=704136, 919392
R=guidou@chromium.org, haraken@chromium.org

Change-Id: Ie492e30a75fdf07a134adcc600ae05f7b7c0f989
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2078553Reviewed-by: default avatarGuido Urdaneta <guidou@chromium.org>
Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Commit-Queue: Antonio Gomes <tonikitoo@igalia.com>
Cr-Commit-Position: refs/heads/master@{#745232}
parent 06879862
...@@ -121,7 +121,6 @@ source_set("blink_headers") { ...@@ -121,7 +121,6 @@ source_set("blink_headers") {
"platform/mac/web_sandbox_support.h", "platform/mac/web_sandbox_support.h",
"platform/mac/web_scrollbar_theme.h", "platform/mac/web_scrollbar_theme.h",
"platform/media/webmediaplayer_delegate.h", "platform/media/webmediaplayer_delegate.h",
"platform/modules/mediastream/media_stream_audio_deliverer.h",
"platform/modules/mediastream/media_stream_types.h", "platform/modules/mediastream/media_stream_types.h",
"platform/modules/mediastream/secure_display_link_tracker.h", "platform/modules/mediastream/secure_display_link_tracker.h",
"platform/modules/mediastream/web_media_element_source_utils.h", "platform/modules/mediastream/web_media_element_source_utils.h",
......
...@@ -1190,6 +1190,7 @@ jumbo_component("platform") { ...@@ -1190,6 +1190,7 @@ jumbo_component("platform") {
"mediastream/audio_service_audio_processor_proxy.h", "mediastream/audio_service_audio_processor_proxy.h",
"mediastream/media_constraints.cc", "mediastream/media_constraints.cc",
"mediastream/media_constraints.h", "mediastream/media_constraints.h",
"mediastream/media_stream_audio_deliverer.h",
"mediastream/media_stream_audio_level_calculator.cc", "mediastream/media_stream_audio_level_calculator.cc",
"mediastream/media_stream_audio_level_calculator.h", "mediastream/media_stream_audio_level_calculator.h",
"mediastream/media_stream_audio_processor_options.cc", "mediastream/media_stream_audio_processor_options.cc",
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#ifndef THIRD_PARTY_BLINK_PUBLIC_PLATFORM_MODULES_MEDIASTREAM_MEDIA_STREAM_AUDIO_DELIVERER_H_ #ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_MEDIASTREAM_MEDIA_STREAM_AUDIO_DELIVERER_H_
#define THIRD_PARTY_BLINK_PUBLIC_PLATFORM_MODULES_MEDIASTREAM_MEDIA_STREAM_AUDIO_DELIVERER_H_ #define THIRD_PARTY_BLINK_RENDERER_PLATFORM_MEDIASTREAM_MEDIA_STREAM_AUDIO_DELIVERER_H_
#include <algorithm> #include <algorithm>
#include <vector> #include <vector>
...@@ -155,4 +155,4 @@ class MediaStreamAudioDeliverer { ...@@ -155,4 +155,4 @@ class MediaStreamAudioDeliverer {
} // namespace blink } // namespace blink
#endif // THIRD_PARTY_BLINK_PUBLIC_PLATFORM_MODULES_MEDIASTREAM_MEDIA_STREAM_AUDIO_DELIVERER_H_ #endif // THIRD_PARTY_BLINK_RENDERER_PLATFORM_MEDIASTREAM_MEDIA_STREAM_AUDIO_DELIVERER_H_
...@@ -12,10 +12,10 @@ ...@@ -12,10 +12,10 @@
#include "base/macros.h" #include "base/macros.h"
#include "base/memory/weak_ptr.h" #include "base/memory/weak_ptr.h"
#include "media/base/limits.h" #include "media/base/limits.h"
#include "third_party/blink/public/platform/modules/mediastream/media_stream_audio_deliverer.h"
#include "third_party/blink/public/platform/modules/mediastream/web_platform_media_stream_source.h" #include "third_party/blink/public/platform/modules/mediastream/web_platform_media_stream_source.h"
#include "third_party/blink/public/platform/web_media_stream_source.h" #include "third_party/blink/public/platform/web_media_stream_source.h"
#include "third_party/blink/public/platform/web_media_stream_track.h" #include "third_party/blink/public/platform/web_media_stream_track.h"
#include "third_party/blink/renderer/platform/mediastream/media_stream_audio_deliverer.h"
#include "third_party/blink/renderer/platform/mediastream/media_stream_audio_processor_options.h" #include "third_party/blink/renderer/platform/mediastream/media_stream_audio_processor_options.h"
#include "third_party/blink/renderer/platform/platform_export.h" #include "third_party/blink/renderer/platform/platform_export.h"
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
#include "base/memory/weak_ptr.h" #include "base/memory/weak_ptr.h"
#include "base/synchronization/lock.h" #include "base/synchronization/lock.h"
#include "base/threading/thread_checker.h" #include "base/threading/thread_checker.h"
#include "third_party/blink/public/platform/modules/mediastream/media_stream_audio_deliverer.h"
#include "third_party/blink/public/platform/modules/mediastream/web_platform_media_stream_track.h" #include "third_party/blink/public/platform/modules/mediastream/web_platform_media_stream_track.h"
#include "third_party/blink/renderer/platform/mediastream/media_stream_audio_deliverer.h"
#include "third_party/blink/renderer/platform/platform_export.h" #include "third_party/blink/renderer/platform/platform_export.h"
namespace blink { namespace blink {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment