| Index: content/renderer/media/capture_video_decoder.h
|
| diff --git a/content/renderer/media/capture_video_decoder.h b/content/renderer/media/capture_video_decoder.h
|
| index d4bbd25fa58af7741dd87381edf6b6b0714fb8c3..cafd533f1bf46a1480c441f62f523d89e67ea04b 100644
|
| --- a/content/renderer/media/capture_video_decoder.h
|
| +++ b/content/renderer/media/capture_video_decoder.h
|
| @@ -30,7 +30,6 @@ class CONTENT_EXPORT CaptureVideoDecoder
|
| media::VideoCaptureSessionId video_stream_id,
|
| VideoCaptureImplManager* vc_manager,
|
| const media::VideoCaptureCapability& capability);
|
| - virtual ~CaptureVideoDecoder();
|
|
|
| // Filter implementation.
|
| virtual void Play(const base::Closure& callback) OVERRIDE;
|
| @@ -61,6 +60,9 @@ class CONTENT_EXPORT CaptureVideoDecoder
|
| media::VideoCapture* capture,
|
| const media::VideoCaptureParams& device_info) OVERRIDE;
|
|
|
| + protected:
|
| + virtual ~CaptureVideoDecoder();
|
| +
|
| private:
|
| friend class CaptureVideoDecoderTest;
|
|
|
|
|