| Index: ui/gl/sync_control_vsync_provider.h
|
| diff --git a/ui/gl/sync_control_vsync_provider.h b/ui/gl/sync_control_vsync_provider.h
|
| index 1eb7bb9861bbdf019816d479031a91ec66135a52..edee2b080e68088cd3488d5b4cc27cc5297984f8 100644
|
| --- a/ui/gl/sync_control_vsync_provider.h
|
| +++ b/ui/gl/sync_control_vsync_provider.h
|
| @@ -31,6 +31,7 @@ class SyncControlVSyncProvider : public VSyncProvider {
|
| base::TimeTicks last_timebase_;
|
| uint64 last_media_stream_counter_;
|
| base::TimeDelta last_good_interval_;
|
| + bool invalid_msc_;
|
|
|
| // A short history of the last few computed intervals.
|
| // We use this to filter out the noise in the computation resulting
|
|
|