| Index: media/gpu/avda_codec_image.cc
|
| diff --git a/media/gpu/avda_codec_image.cc b/media/gpu/avda_codec_image.cc
|
| index 409981dbe50725276c48206cc0ff5a3895538a07..4fd16c21665473fd6a55a74383ea61b42e8ce500 100644
|
| --- a/media/gpu/avda_codec_image.cc
|
| +++ b/media/gpu/avda_codec_image.cc
|
| @@ -30,7 +30,6 @@ AVDACodecImage::AVDACodecImage(
|
| media_codec_(codec),
|
| decoder_(decoder),
|
| surface_texture_(surface_texture),
|
| - detach_surface_texture_on_destruction_(false),
|
| texture_(0),
|
| picture_buffer_id_(picture_buffer_id) {
|
| // Default to a sane guess of "flip Y", just in case we can't get
|
|
|