// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef THIRD_PARTY_BLINK_RENDERER_CORE_ANIMATION_TIMELINE_OFFSET_H_ #define THIRD_PARTY_BLINK_RENDERER_CORE_ANIMATION_TIMELINE_OFFSET_H_ #include "third_party/blink/renderer/bindings/core/v8/v8_timeline_range.h" #include "third_party/blink/renderer/bindings/core/v8/v8_union_string_timelinerangeoffset.h" #include "third_party/blink/renderer/platform/geometry/length.h" namespace blink { class Document; class Element; class CSSValue; struct TimelineOffset { … }; } // namespace blink #endif // THIRD_PARTY_BLINK_RENDERER_CORE_ANIMATION_TIMELINE_OFFSET_H_