| Index: media/capture/video/mac/video_capture_device_mac.h
|
| diff --git a/media/capture/video/mac/video_capture_device_mac.h b/media/capture/video/mac/video_capture_device_mac.h
|
| index d949c6985c1b18487c24c7a63d88bfbe6fc12802..1c6c749721079b5df577fb764c5034f867860e3b 100644
|
| --- a/media/capture/video/mac/video_capture_device_mac.h
|
| +++ b/media/capture/video/mac/video_capture_device_mac.h
|
| @@ -99,9 +99,6 @@ class VideoCaptureDeviceMac : public VideoCaptureDevice {
|
|
|
| base::scoped_nsobject<VideoCaptureDeviceAVFoundation> capture_device_;
|
|
|
| - base::TimeDelta first_timestamp_;
|
| - base::TimeTicks first_aligned_timestamp_;
|
| -
|
| // Used with Bind and PostTask to ensure that methods aren't called after the
|
| // VideoCaptureDeviceMac is destroyed.
|
| // NOTE: Weak pointers must be invalidated before all other member variables.
|
|
|