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.
This commit is contained in:
wolfbeast 2020-04-18 15:10:34 +02:00 committed by Roy Tam
commit 11a44c6f37
7 changed files with 15 additions and 2 deletions

View file

@ -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"