summaryrefslogtreecommitdiffstats
path: root/dom/animation/AnimationEffectReadOnly.cpp
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-18 15:10:34 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-24 10:32:03 +0200
commit9d96ad90dda81f202826cb6ec1535561f14218db (patch)
treef8b9c3328fd3a59ab5d5fe5effe0f6ed2f0a49d2 /dom/animation/AnimationEffectReadOnly.cpp
parentb064c95231d34eddf350bb5624faa2c60c659630 (diff)
downloadUXP-9d96ad90dda81f202826cb6ec1535561f14218db.tar
UXP-9d96ad90dda81f202826cb6ec1535561f14218db.tar.gz
UXP-9d96ad90dda81f202826cb6ec1535561f14218db.tar.lz
UXP-9d96ad90dda81f202826cb6ec1535561f14218db.tar.xz
UXP-9d96ad90dda81f202826cb6ec1535561f14218db.zip
Issue #80 - De-unify dom/animation
KeyFrameEffect and KeyFrameEffectReadOnly are still built unified as buddies because they have some complex interdependency that couldn't easily be resolved without linking failures.
Diffstat (limited to 'dom/animation/AnimationEffectReadOnly.cpp')
-rw-r--r--dom/animation/AnimationEffectReadOnly.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/animation/AnimationEffectReadOnly.cpp b/dom/animation/AnimationEffectReadOnly.cpp
index 63d633c2f..7eb0880c7 100644
--- a/dom/animation/AnimationEffectReadOnly.cpp
+++ b/dom/animation/AnimationEffectReadOnly.cpp
@@ -6,6 +6,7 @@
#include "mozilla/dom/AnimationEffectReadOnly.h"
#include "mozilla/dom/AnimationEffectReadOnlyBinding.h"
+#include "mozilla/dom/Animation.h"
#include "mozilla/AnimationUtils.h"
#include "mozilla/FloatingPoint.h"