[M108 Migration][VD] Avoid pending frame counter becoming negative
[platform/framework/web/chromium-efl.git] / cc / metrics / begin_main_frame_metrics.cc
1 // Copyright 2019 The Chromium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "cc/metrics/begin_main_frame_metrics.h"
6
7 namespace cc {
8
9 BeginMainFrameMetrics::BeginMainFrameMetrics() = default;
10
11 BeginMainFrameMetrics::BeginMainFrameMetrics(
12     const BeginMainFrameMetrics& other) = default;
13
14 BeginMainFrameMetrics& BeginMainFrameMetrics::operator=(
15     const BeginMainFrameMetrics& other) = default;
16
17 }  // namespace cc