| Index: webkit/renderer/compositor_bindings/web_animation_impl.cc
|
| diff --git a/webkit/renderer/compositor_bindings/web_animation_impl.cc b/webkit/renderer/compositor_bindings/web_animation_impl.cc
|
| index d0aec636c3ae14141118852337cb5a4ecc351cee..dbcc184b268168ed8fed0b536ec1a63b547ee14d 100644
|
| --- a/webkit/renderer/compositor_bindings/web_animation_impl.cc
|
| +++ b/webkit/renderer/compositor_bindings/web_animation_impl.cc
|
| @@ -16,8 +16,8 @@
|
| using cc::Animation;
|
| using cc::AnimationIdProvider;
|
|
|
| -using WebKit::WebAnimation;
|
| -using WebKit::WebAnimationCurve;
|
| +using blink::WebAnimation;
|
| +using blink::WebAnimationCurve;
|
|
|
| namespace webkit {
|
|
|
| @@ -63,7 +63,7 @@ WebAnimationImpl::~WebAnimationImpl() {}
|
|
|
| int WebAnimationImpl::id() { return animation_->id(); }
|
|
|
| -WebKit::WebAnimation::TargetProperty WebAnimationImpl::targetProperty() const {
|
| +blink::WebAnimation::TargetProperty WebAnimationImpl::targetProperty() const {
|
| return static_cast<WebAnimationImpl::TargetProperty>(
|
| animation_->target_property());
|
| }
|
|
|