| Index: media/cast/sender/video_encoder.h
|
| diff --git a/media/cast/sender/video_encoder.h b/media/cast/sender/video_encoder.h
|
| index ff73c550616bea33d1ebcd6aaf32feeef4ee3f2a..94b0bbfe3c074b9241ba6b7425239f0c02f69732 100644
|
| --- a/media/cast/sender/video_encoder.h
|
| +++ b/media/cast/sender/video_encoder.h
|
| @@ -12,7 +12,6 @@
|
| #include "media/base/video_frame.h"
|
| #include "media/cast/cast_config.h"
|
| #include "media/cast/cast_environment.h"
|
| -#include "media/cast/sender/sender_encoded_frame.h"
|
| #include "media/cast/sender/video_frame_factory.h"
|
|
|
| namespace media {
|
| @@ -21,9 +20,7 @@
|
| // All these functions are called from the main cast thread.
|
| class VideoEncoder {
|
| public:
|
| - // Callback used to deliver an encoded frame on the Cast MAIN thread.
|
| - using FrameEncodedCallback =
|
| - base::Callback<void(scoped_ptr<SenderEncodedFrame>)>;
|
| + typedef base::Callback<void(scoped_ptr<EncodedFrame>)> FrameEncodedCallback;
|
|
|
| // Creates a VideoEncoder instance from the given |video_config| and based on
|
| // the current platform's hardware/library support; or null if no
|
|
|