// 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 "third_party/blink/renderer/modules/animationworklet/worklet_group_effect.h" namespace blink { WorkletGroupEffect::WorkletGroupEffect( const Vector<std::optional<base::TimeDelta>>& local_times, const Vector<Timing>& timings, const Vector<Timing::NormalizedTiming>& normalized_timings) { … } void WorkletGroupEffect::Trace(Visitor* visitor) const { … } } // namespace blink