| Index: media/video/capture/android/video_capture_device_android.h
|
| diff --git a/media/video/capture/android/video_capture_device_android.h b/media/video/capture/android/video_capture_device_android.h
|
| index 29a5fc7cf5dea14713ca5cd3c8dc7bba3f4dc43b..4a44b9a7a133eb3dfac2a6268aeb9974c6f23046 100644
|
| --- a/media/video/capture/android/video_capture_device_android.h
|
| +++ b/media/video/capture/android/video_capture_device_android.h
|
| @@ -55,6 +55,7 @@ class MEDIA_EXPORT VideoCaptureDeviceAndroid : public VideoCaptureDevice {
|
|
|
| explicit VideoCaptureDeviceAndroid(const Name& device_name);
|
| bool Init();
|
| + VideoPixelFormat GetColorspace();
|
| void SetErrorState(const std::string& reason);
|
|
|
| // Prevent racing on accessing |state_| and |observer_| since both could be
|
|
|