mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
0c90999575
This patch renames mozilla::ElementAnimations to mozilla::dom::AnimationPlayer and moves the code from layout/style/AnimationCommon.cpp to dom/animation/AnimationPlayer.cpp. It also moves various helper classes needed by AnimationPlayer to AnimationPlayer.cpp and moves them from the mozilla::css namespace to the mozilla namespace. Beyond that, there are no functional changes contained in this patch. The renaming of various members and variables that used to refer to ElementAnimation objects but now refer to AnimationPlayer objects--to give them a more appropriate name--is performed in a subsequent patch. --HG-- rename : layout/style/AnimationCommon.cpp => dom/animation/AnimationPlayer.cpp rename : layout/style/AnimationCommon.h => dom/animation/AnimationPlayer.h |
||
---|---|---|
.. | ||
public | ||
src | ||
test | ||
testutil | ||
util |