Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / animation / CompositorPendingAnimations.h
index 179c255..18d773c 100644 (file)
@@ -34,7 +34,7 @@
 #include "platform/heap/Handle.h"
 #include "wtf/Vector.h"
 
-namespace WebCore {
+namespace blink {
 
 class AnimationPlayer;
 
@@ -59,6 +59,6 @@ private:
     WillBeHeapVector<RefPtrWillBeMember<AnimationPlayer> > m_waitingForCompositorAnimationStart;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif