| 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 75bf15355c71c84189bd91f632ac67b743865874..100664ba50a958c80a356af97660f4e9599089d0 100644
|
| --- a/content/renderer/media/capture_video_decoder.h
|
| +++ b/content/renderer/media/capture_video_decoder.h
|
| @@ -39,7 +39,6 @@ class CONTENT_EXPORT CaptureVideoDecoder
|
| virtual void Read(const ReadCB& read_cb) OVERRIDE;
|
| virtual void Reset(const base::Closure& closure) OVERRIDE;
|
| virtual void Stop(const base::Closure& closure) OVERRIDE;
|
| - virtual void PrepareForShutdownHack() OVERRIDE;
|
|
|
| // VideoCapture::EventHandler implementation.
|
| virtual void OnStarted(media::VideoCapture* capture) OVERRIDE;
|
| @@ -94,7 +93,6 @@ class CONTENT_EXPORT CaptureVideoDecoder
|
| gfx::Size natural_size_;
|
| DecoderState state_;
|
| bool got_first_frame_;
|
| - bool shutting_down_;
|
| ReadCB read_cb_;
|
| base::Closure pending_stop_cb_;
|
| media::StatisticsCB statistics_cb_;
|
|
|