Fix VideoFrame inclusion in mediastreaminterface.h
This cl clean up unused forward declaration of cricket::AudioFrame and cricket::Renderer. cricket::VideoFrame is used in the interface and thus the header file is included. BUG=webrtc:5687 Review-Url: https://codereview.webrtc.org/2145613006 Cr-Commit-Position: refs/heads/master@{#13477}
This commit is contained in:
parent
6c4d0f0bbf
commit
5d5833370f
@ -25,17 +25,10 @@
|
||||
#include "webrtc/base/scoped_ref_ptr.h"
|
||||
#include "webrtc/base/optional.h"
|
||||
#include "webrtc/media/base/mediachannel.h"
|
||||
#include "webrtc/media/base/videoframe.h"
|
||||
#include "webrtc/media/base/videosinkinterface.h"
|
||||
#include "webrtc/media/base/videosourceinterface.h"
|
||||
|
||||
namespace cricket {
|
||||
|
||||
class AudioRenderer;
|
||||
class VideoRenderer;
|
||||
class VideoFrame;
|
||||
|
||||
} // namespace cricket
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
// Generic observer interface.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user