// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "cc/metrics/total_frame_counter.h" #include "components/viz/common/frame_sinks/begin_frame_args.h" #include "testing/gtest/include/gtest/gtest.h" namespace cc { namespace { const uint64_t kSourceId = …; TEST(TotalFrameCounterTest, Basic) { … } TEST(TotalFrameCounterTest, BeginFrameIntervalChange) { … } TEST(TotalFrameCounterTest, VisibilityChange) { … } } // namespace } // namespace cc