blob: 0d7d2df514b5e9e5c4236c71756c925e6a87846e [file] [log] [blame]
// Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "src/ui/scenic/lib/scheduling/vsync_timing.h"
namespace scheduling {
VsyncTiming::VsyncTiming() : last_vsync_time_(0), vsync_interval_(kNsecsFor60fps) {}
} // namespace scheduling