chromium/components/viz/service/display_embedder/vsync_parameter_listener_unittest.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/viz/service/display_embedder/vsync_parameter_listener.h"

#include "base/time/time.h"
#include "mojo/public/cpp/bindings/pending_remote.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace viz {

class VSyncParameterListenerTestRunner {};

// Verify that timebase skew calculation works correctly near multiples of
// the interval.
TEST(VSyncParameterListenerTest, TimebaseMultipleOfInterval) {}

// Verify that timebase skew calculation works correctly when timebase isn't
// anywhere near a multiple of the interval.
TEST(VSyncParameterListenerTest, TimebaseNotNearInterval) {}

}  // namespace viz