// Copyright 2018 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/input/main_thread_scrolling_reason.h" #include <string> #include "base/strings/string_util.h" #include "base/trace_event/traced_value.h" namespace cc { std::string MainThreadScrollingReason::AsText(uint32_t reasons) { … } void MainThreadScrollingReason::AddToTracedValue( uint32_t reasons, base::trace_event::TracedValue& traced_value) { … } int MainThreadScrollingReason::BucketIndexForTesting(uint32_t reason) { … } } // namespace cc