blob: 3ebdb1bd2678077120192ed95b2f1a8c16db43e3 [file] [log] [blame]
// 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 "cc/metrics/begin_main_frame_metrics.h"
namespace cc {
BeginMainFrameMetrics::BeginMainFrameMetrics() = default;
BeginMainFrameMetrics::BeginMainFrameMetrics(
const BeginMainFrameMetrics& other) = default;
BeginMainFrameMetrics& BeginMainFrameMetrics::operator=(
const BeginMainFrameMetrics& other) = default;
} // namespace cc