[M108 Migration][VD] Avoid pending frame counter becoming negative
[platform/framework/web/chromium-efl.git] / cc / metrics / ukm_smoothness_data.cc
1 // Copyright 2021 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/ukm_smoothness_data.h"
6
7 namespace cc {
8
9 UkmSmoothnessData::UkmSmoothnessData() = default;
10
11 }  // namespace cc