| Index: media/capture/video/linux/v4l2_capture_delegate.h
|
| diff --git a/media/capture/video/linux/v4l2_capture_delegate.h b/media/capture/video/linux/v4l2_capture_delegate.h
|
| index e96835fe270cb79440344656bc8e6ffbfbd1130b..82896bbcf0ac6e5ee42b9f318bc564a633673567 100644
|
| --- a/media/capture/video/linux/v4l2_capture_delegate.h
|
| +++ b/media/capture/video/linux/v4l2_capture_delegate.h
|
| @@ -30,7 +30,7 @@ namespace media {
|
| // capture specifics are implemented in derived classes. Created and destroyed
|
| // on the owner's thread, otherwise living and operating on |v4l2_task_runner_|.
|
| // TODO(mcasas): Make this class a non-ref-counted.
|
| -class V4L2CaptureDelegate final
|
| +class CAPTURE_EXPORT V4L2CaptureDelegate final
|
| : public base::RefCountedThreadSafe<V4L2CaptureDelegate> {
|
| public:
|
| // Retrieves the #planes for a given |fourcc|, or 0 if unknown.
|
| @@ -65,6 +65,8 @@ class V4L2CaptureDelegate final
|
| void SetRotation(int rotation);
|
|
|
| private:
|
| + friend class V4L2CaptureDelegateTest;
|
| +
|
| friend class base::RefCountedThreadSafe<V4L2CaptureDelegate>;
|
| ~V4L2CaptureDelegate();
|
|
|
|
|