// Copyright 2012 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_COMPOSITOR_FLOAT_ANIMATION_CURVE_ADAPTER_H_ #define UI_COMPOSITOR_FLOAT_ANIMATION_CURVE_ADAPTER_H_ #include <memory> #include "base/time/time.h" #include "ui/gfx/animation/keyframe/animation_curve.h" #include "ui/gfx/animation/tween.h" namespace ui { class FloatAnimationCurveAdapter : public gfx::FloatAnimationCurve { … }; } // namespace ui #endif // UI_COMPOSITOR_FLOAT_ANIMATION_CURVE_ADAPTER_H_