chromium/cc/animation/animation_delegate.h

// Copyright 2013 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CC_ANIMATION_ANIMATION_DELEGATE_H_
#define CC_ANIMATION_ANIMATION_DELEGATE_H_

#include <memory>
#include <optional>

#include "base/time/time.h"
#include "cc/animation/animation_export.h"
#include "ui/gfx/animation/keyframe/animation_curve.h"

namespace cc {

class CC_ANIMATION_EXPORT AnimationDelegate {};

}  // namespace cc

#endif  // CC_ANIMATION_ANIMATION_DELEGATE_H_