| Index: media/filters/gpu_video_decoder.h
|
| diff --git a/media/filters/gpu_video_decoder.h b/media/filters/gpu_video_decoder.h
|
| index c61568488ec764523bccf1a9dd1ab1139f77a7eb..49c456553c9452e2bbaef43818fcf6d1c66fd884 100644
|
| --- a/media/filters/gpu_video_decoder.h
|
| +++ b/media/filters/gpu_video_decoder.h
|
| @@ -220,6 +220,9 @@ class MEDIA_EXPORT GpuVideoDecoder
|
| // proceed with decoding the next frame.
|
| bool needs_all_picture_buffers_to_decode_;
|
|
|
| + // If true, then the resulting video frame will have COPY_REQUIRED set.
|
| + bool copy_required_;
|
| +
|
| // Bound to factories_->GetMessageLoop().
|
| // NOTE: Weak pointers must be invalidated before all other member variables.
|
| base::WeakPtrFactory<GpuVideoDecoder> weak_factory_;
|
|
|