| Index: ui/base/animation/tween.h
|
| diff --git a/ui/base/animation/tween.h b/ui/base/animation/tween.h
|
| index 6bde5dda89abdc2ca934cf02dad863063a3aa72d..5588eb22b0e4c8c1ed898f43f09409fc85464de2 100644
|
| --- a/ui/base/animation/tween.h
|
| +++ b/ui/base/animation/tween.h
|
| @@ -15,6 +15,8 @@ class Rect;
|
|
|
| namespace ui {
|
|
|
| +class Transform;
|
| +
|
| class UI_EXPORT Tween {
|
| public:
|
| enum Type {
|
| @@ -36,6 +38,9 @@ class UI_EXPORT Tween {
|
| static gfx::Rect ValueBetween(double value,
|
| const gfx::Rect& start_bounds,
|
| const gfx::Rect& target_bounds);
|
| + static Transform ValueBetween(double value,
|
| + const Transform& start_transform,
|
| + const Transform& target_transform);
|
|
|
| private:
|
| Tween();
|
|
|