Index: media/cast/sender/video_encoder.h |
diff --git a/media/cast/sender/video_encoder.h b/media/cast/sender/video_encoder.h |
index 92e8547769981ba7294dd4129552e107b91f167c..ba8c420f8fc6ac8bc1702f9907eab94dd71ee395 100644 |
--- a/media/cast/sender/video_encoder.h |
+++ b/media/cast/sender/video_encoder.h |
@@ -25,10 +25,6 @@ |
typedef base::Callback<void(scoped_ptr<EncodedFrame>)> FrameEncodedCallback; |
virtual ~VideoEncoder() {} |
- |
- // Returns true if the size of video frames passed in successive calls to |
- // EncodedVideoFrame() can vary. |
- virtual bool CanEncodeVariedFrameSizes() const = 0; |
// If true is returned, the Encoder has accepted the request and will process |
// it asynchronously, running |frame_encoded_callback| on the MAIN |