Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / animation / SampledEffect.cpp
index 07c9de8..0259e8b 100644 (file)
@@ -15,7 +15,7 @@ SampledEffect::SampledEffect(Animation* animation, PassOwnPtrWillBeRawPtr<WillBe
     , m_player(animation->player())
 #endif
     , m_interpolations(interpolations)
-    , m_playerSortInfo(animation->player()->sortInfo())
+    , m_sequenceNumber(animation->player()->sequenceNumber())
     , m_priority(animation->priority())
 {
     ASSERT(m_interpolations && !m_interpolations->isEmpty());