| Index: ui/gfx/animation/cubic_bezier.cc
|
| diff --git a/ui/gfx/geometry/cubic_bezier.cc b/ui/gfx/animation/cubic_bezier.cc
|
| similarity index 98%
|
| rename from ui/gfx/geometry/cubic_bezier.cc
|
| rename to ui/gfx/animation/cubic_bezier.cc
|
| index f9f786e7326105174ccff060fdb2ae0d2a186ab4..9f0cd839a6de082880b4e45638f14d111c794d16 100644
|
| --- a/ui/gfx/geometry/cubic_bezier.cc
|
| +++ b/ui/gfx/animation/cubic_bezier.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ui/gfx/geometry/cubic_bezier.h"
|
| +#include "ui/gfx/animation/cubic_bezier.h"
|
|
|
| #include <algorithm>
|
| #include <cmath>
|
|
|