KeyframeAnimation: Use hash lookups to determine if property is animated.
authorkling@webkit.org <kling@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sat, 31 Dec 2011 23:36:08 +0000 (23:36 +0000)
committerkling@webkit.org <kling@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sat, 31 Dec 2011 23:36:08 +0000 (23:36 +0000)
commitbfd574b098a73753c54baf5573be2d9f1c1173b5
treee5664b0fbcd4eeeec798b24a9a8bf3bb53c74ca3
parent0b2151af60ab758c9d3ed43166224d91734887f7
KeyframeAnimation: Use hash lookups to determine if property is animated.
<http://webkit.org/b/75407>

Reviewed by Anders Carlsson.

Clean out an old FIXME about using hash lookups instead of iterating over
the properties.

* page/animation/KeyframeAnimation.cpp:
(WebCore::KeyframeAnimation::hasAnimationForProperty):
(WebCore::KeyframeAnimation::affectsProperty):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@103861 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebCore/ChangeLog
Source/WebCore/page/animation/KeyframeAnimation.cpp