| Index: talk/media/base/fakevideocapturer.h
|
| diff --git a/talk/media/base/fakevideocapturer.h b/talk/media/base/fakevideocapturer.h
|
| index 0909f842b86f3d64bd8ee4b2a6a280b8f0f40462..7bf8952e91b4c8d2d95b5057fae1776e3c152ead 100644
|
| --- a/talk/media/base/fakevideocapturer.h
|
| +++ b/talk/media/base/fakevideocapturer.h
|
| @@ -114,7 +114,6 @@ class FakeVideoCapturer : public cricket::VideoCapturer {
|
| frame.height = height;
|
| frame.fourcc = fourcc;
|
| frame.data_size = size;
|
| - frame.elapsed_time = next_timestamp_;
|
| frame.time_stamp = initial_unix_timestamp_ + next_timestamp_;
|
| next_timestamp_ += timestamp_interval;
|
|
|
|
|