| Index: webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.cc
|
| diff --git a/webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.cc b/webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.cc
|
| index 0f04db4caac6057f6d766b911bd55bb344ccaaef..1b0d073b21eede8b80c8f72834dcfee93cb06483 100644
|
| --- a/webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.cc
|
| +++ b/webkit/renderer/compositor_bindings/web_transform_animation_curve_impl.cc
|
| @@ -10,7 +10,7 @@
|
| #include "webkit/renderer/compositor_bindings/web_animation_curve_common.h"
|
| #include "webkit/renderer/compositor_bindings/web_transform_operations_impl.h"
|
|
|
| -using WebKit::WebTransformKeyframe;
|
| +using blink::WebTransformKeyframe;
|
|
|
| namespace webkit {
|
|
|
| @@ -19,7 +19,7 @@ WebTransformAnimationCurveImpl::WebTransformAnimationCurveImpl()
|
|
|
| WebTransformAnimationCurveImpl::~WebTransformAnimationCurveImpl() {}
|
|
|
| -WebKit::WebAnimationCurve::AnimationCurveType
|
| +blink::WebAnimationCurve::AnimationCurveType
|
| WebTransformAnimationCurveImpl::type() const {
|
| return WebAnimationCurve::AnimationCurveTypeTransform;
|
| }
|
|
|