// Copyright 2016 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/trees/swap_promise_manager.h" #include <memory> #include <utility> #include "base/time/time.h" #include "cc/test/mock_latency_info_swap_promise_monitor.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" StrictMock; namespace cc { namespace { class MockSwapPromise : public SwapPromise { … }; TEST(SwapPromiseManagerTest, SwapPromiseMonitors) { … } TEST(SwapPromiseManagerTest, SwapPromises) { … } } // namespace } // namespace cc