| Index: ui/compositor/compositor.cc
|
| diff --git a/ui/compositor/compositor.cc b/ui/compositor/compositor.cc
|
| index 63f72bc6178b815d9008fb0daff580c3ae1db9fd..1ab4782b50209d873f5bd3d34c422cf32ed59885 100644
|
| --- a/ui/compositor/compositor.cc
|
| +++ b/ui/compositor/compositor.cc
|
| @@ -370,6 +370,8 @@ void Compositor::SetAuthoritativeVSyncInterval(
|
|
|
| void Compositor::SetDisplayVSyncParameters(base::TimeTicks timebase,
|
| base::TimeDelta interval) {
|
| + // TODO: This shouldn't be needed anymore because the underlying
|
| + // BeginFrameSource will also be updated via VSync Manager call below.
|
| context_factory_->SetDisplayVSyncParameters(this, timebase, interval);
|
| vsync_manager_->UpdateVSyncParameters(timebase, interval);
|
| }
|
|
|