Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Unified Diff: webkit/renderer/compositor_bindings/web_animation_impl.cc

Issue 61553006: Rename WebKit namespace to blink (part 5) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());
}

Powered by Google App Engine
This is Rietveld 408576698