| Index: media/capture/content/animated_content_sampler_unittest.cc
|
| diff --git a/media/capture/content/animated_content_sampler_unittest.cc b/media/capture/content/animated_content_sampler_unittest.cc
|
| index bc3d595d002da4e87332b01acf80d90703822374..697559f22a52b7f2940a7e11c4987c16b4418ed4 100644
|
| --- a/media/capture/content/animated_content_sampler_unittest.cc
|
| +++ b/media/capture/content/animated_content_sampler_unittest.cc
|
| @@ -603,7 +603,7 @@ TEST_P(AnimatedContentSamplerParameterizedTest, FrameTimestampsAreSmooth) {
|
| // of 30 Hz content on a 60 Hz v-sync interval should result in
|
| // display_counts[2] == 10. Quit early if any one frame was obviously
|
| // repeated too many times.
|
| - const int64 max_expected_repeats_per_frame =
|
| + const int64_t max_expected_repeats_per_frame =
|
| 1 + ComputeExpectedSamplingPeriod() / GetParam().vsync_interval;
|
| std::vector<size_t> display_counts(max_expected_repeats_per_frame + 1, 0);
|
| base::TimeTicks last_present_time = frame_timestamps.front();
|
|
|