| Index: content/common/gpu/media/vaapi_video_decode_accelerator.h
|
| diff --git a/content/common/gpu/media/vaapi_video_decode_accelerator.h b/content/common/gpu/media/vaapi_video_decode_accelerator.h
|
| index 88f0147e9a192bf942e53a10b2c44f5e57620982..09ff48caf326dcfb42ff5c279e314a7dad55699e 100644
|
| --- a/content/common/gpu/media/vaapi_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/vaapi_video_decode_accelerator.h
|
| @@ -234,6 +234,9 @@ private:
|
| // decoder thread to the ChildThread should use |weak_this_|.
|
| base::WeakPtr<VaapiVideoDecodeAccelerator> weak_this_;
|
|
|
| + // Callback used when creating VASurface objects.
|
| + VASurface::ReleaseCB va_surface_release_cb_;
|
| +
|
| // To expose client callbacks from VideoDecodeAccelerator.
|
| // NOTE: all calls to these objects *MUST* be executed on message_loop_.
|
| base::WeakPtrFactory<Client> client_ptr_factory_;
|
|
|