// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_GFX_ANIMATION_KEYFRAME_KEYFRAME_MODEL_H_ #define UI_GFX_ANIMATION_KEYFRAME_KEYFRAME_MODEL_H_ #include <optional> #include <string> #include "base/time/time.h" #include "ui/gfx/animation/keyframe/animation_curve.h" #include "ui/gfx/animation/keyframe/keyframe_animation_export.h" #include "ui/gfx/animation/keyframe/keyframed_animation_curve.h" namespace gfx { class GFX_KEYFRAME_ANIMATION_EXPORT KeyframeModel { … }; } // namespace gfx #endif // UI_GFX_ANIMATION_KEYFRAME_KEYFRAME_MODEL_H_