summaryrefslogtreecommitdiff
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-18 15:10:34 +0200
commite8f532de41c5462367486872e01f26d04dc669c8 (patch)
tree590e79828d1b3ab6d3f96a68fa72497d3c40a414 /dom/animation/KeyframeEffect.cpp
parent18ff59c25f0bbdf85a1a3ad8c77c9eed01dc3e67 (diff)
downloaduxp-e8f532de41c5462367486872e01f26d04dc669c8.tar.gz
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 decbf63050..32f6bd1a10 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"