summaryrefslogtreecommitdiffstats
path: root/dom/animation/AnimationPerformanceWarning.h
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/AnimationPerformanceWarning.h
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/AnimationPerformanceWarning.h')
-rw-r--r--dom/animation/AnimationPerformanceWarning.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dom/animation/AnimationPerformanceWarning.h b/dom/animation/AnimationPerformanceWarning.h
index 025857e0c..a1ac35cba 100644
--- a/dom/animation/AnimationPerformanceWarning.h
+++ b/dom/animation/AnimationPerformanceWarning.h
@@ -9,6 +9,9 @@
#include <initializer_list>
+#include "mozilla/Maybe.h"
+#include "nsTArray.h"
+
class nsXPIDLString;
namespace mozilla {