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

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

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.h
diff --git a/webkit/renderer/compositor_bindings/web_animation_impl.h b/webkit/renderer/compositor_bindings/web_animation_impl.h
index 06c2b928e98038417f152c24e621c194084a16d3..0c248fcfce196eca9498d2b304c97b3eb8d42da9 100644
--- a/webkit/renderer/compositor_bindings/web_animation_impl.h
+++ b/webkit/renderer/compositor_bindings/web_animation_impl.h
@@ -11,20 +11,20 @@
namespace cc { class Animation; }
-namespace WebKit { class WebAnimationCurve; }
+namespace blink { class WebAnimationCurve; }
namespace webkit {
-class WebAnimationImpl : public WebKit::WebAnimation {
+class WebAnimationImpl : public blink::WebAnimation {
public:
WEBKIT_COMPOSITOR_BINDINGS_EXPORT WebAnimationImpl(
- const WebKit::WebAnimationCurve& curve,
+ const blink::WebAnimationCurve& curve,
TargetProperty target,
int animation_id,
int group_id);
virtual ~WebAnimationImpl();
- // WebKit::WebAnimation implementation
+ // blink::WebAnimation implementation
virtual int id();
virtual TargetProperty targetProperty() const;
virtual int iterations() const;

Powered by Google App Engine
This is Rietveld 408576698