// Copyright 2021 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/test/mock_latency_info_swap_promise_monitor.h" namespace cc { MockLatencyInfoSwapPromiseMonitor::MockLatencyInfoSwapPromiseMonitor( SwapPromiseManager* swap_promise_manager) : … { … } MockLatencyInfoSwapPromiseMonitor::MockLatencyInfoSwapPromiseMonitor( LayerTreeHostImpl* host_impl) : … { … } MockLatencyInfoSwapPromiseMonitor::~MockLatencyInfoSwapPromiseMonitor() = default; } // namespace cc