| Index: webkit/renderer/compositor_bindings/web_float_animation_curve_impl.cc
|
| diff --git a/webkit/compositor_bindings/web_float_animation_curve_impl.cc b/webkit/renderer/compositor_bindings/web_float_animation_curve_impl.cc
|
| similarity index 91%
|
| rename from webkit/compositor_bindings/web_float_animation_curve_impl.cc
|
| rename to webkit/renderer/compositor_bindings/web_float_animation_curve_impl.cc
|
| index 99fbe47ca1ef8af125de5b19ec8f8fb21557320f..fdbdba794f5f88e70af64e770ae4f9065223ed5f 100644
|
| --- a/webkit/compositor_bindings/web_float_animation_curve_impl.cc
|
| +++ b/webkit/renderer/compositor_bindings/web_float_animation_curve_impl.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "webkit/compositor_bindings/web_float_animation_curve_impl.h"
|
| +#include "webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h"
|
|
|
| #include "cc/animation/animation_curve.h"
|
| #include "cc/animation/keyframed_animation_curve.h"
|
| #include "cc/animation/timing_function.h"
|
| -#include "webkit/compositor_bindings/web_animation_curve_common.h"
|
| +#include "webkit/renderer/compositor_bindings/web_animation_curve_common.h"
|
|
|
| using WebKit::WebFloatKeyframe;
|
|
|
|
|