| Index: media/gpu/android_video_decode_accelerator.h
|
| diff --git a/media/gpu/android_video_decode_accelerator.h b/media/gpu/android_video_decode_accelerator.h
|
| index d4179ac6be92eb88c5c83da6362ea755c02835cc..ae60ed367009e24ec97326c48c14cf6b545f8071 100644
|
| --- a/media/gpu/android_video_decode_accelerator.h
|
| +++ b/media/gpu/android_video_decode_accelerator.h
|
| @@ -383,7 +383,6 @@ class MEDIA_GPU_EXPORT AndroidVideoDecodeAccelerator
|
| // Has a value if a SetSurface() call has occurred and a new surface should be
|
| // switched to when possible. Cleared during OnDestroyingSurface() and if all
|
| // pictures have been rendered in DequeueOutput().
|
| - int32_t surface_id_;
|
| base::Optional<int32_t> pending_surface_id_;
|
|
|
| // Copy of the VDA::Config we were given.
|
|
|