summaryrefslogtreecommitdiffstats
path: root/dom/animation/KeyframeEffect.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/KeyframeEffect.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/KeyframeEffect.cpp')
-rw-r--r--dom/animation/KeyframeEffect.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/animation/KeyframeEffect.cpp b/dom/animation/KeyframeEffect.cpp
index decbf6305..32f6bd1a1 100644
--- a/dom/animation/KeyframeEffect.cpp
+++ b/dom/animation/KeyframeEffect.cpp
@@ -11,6 +11,7 @@
#include "mozilla/dom/AnimationEffectTiming.h"
#include "mozilla/dom/KeyframeEffectBinding.h"
#include "mozilla/KeyframeUtils.h"
+#include "nsContentUtils.h"
#include "nsDOMMutationObserver.h" // For nsAutoAnimationMutationBatch
#include "nsIScriptError.h"