| Index: media/capture/video/video_capture_device_client.h
|
| diff --git a/media/capture/video/video_capture_device_client.h b/media/capture/video/video_capture_device_client.h
|
| index a1b298fe81e02769cc1d70f644823b6d7f80f6a1..bc91f2caf0847cde16b3ffc860184d62ccc38ab2 100644
|
| --- a/media/capture/video/video_capture_device_client.h
|
| +++ b/media/capture/video/video_capture_device_client.h
|
| @@ -108,6 +108,7 @@ class CAPTURE_EXPORT VideoCaptureDeviceClient
|
|
|
| // Whether |external_jpeg_decoder_| has been initialized.
|
| bool external_jpeg_decoder_initialized_;
|
| + base::OnceClosure on_started_using_gpu_cb_;
|
|
|
| // The pool of shared-memory buffers used for capturing.
|
| const scoped_refptr<VideoCaptureBufferPool> buffer_pool_;
|
|
|