chromium/third_party/blink/renderer/core/animation/css/css_transition_data.cc

// Copyright 2014 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/core/animation/css/css_transition_data.h"

#include "third_party/blink/renderer/core/animation/timing.h"

namespace blink {

CSSTransitionData::CSSTransitionData() :{}

CSSTransitionData::CSSTransitionData(const CSSTransitionData& other) = default;

bool CSSTransitionData::TransitionsMatchForStyleRecalc(
    const CSSTransitionData& other) const {}

Timing CSSTransitionData::ConvertToTiming(size_t index) const {}

}  // namespace blink