diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-30 16:41:13 +0000 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-05-06 19:12:11 +0200 |
commit | aa21f96cf57a12111a5edf27cb5e4e2ea8f4be3d (patch) | |
tree | bbfaf4656a3cd4fa12bc79f682a069a4cb3d007c /layout/style/nsDOMCSSAttrDeclaration.cpp | |
parent | 537c63d600ac5769c509e0f9c7fdd53a294615eb (diff) | |
download | UXP-aa21f96cf57a12111a5edf27cb5e4e2ea8f4be3d.tar UXP-aa21f96cf57a12111a5edf27cb5e4e2ea8f4be3d.tar.gz UXP-aa21f96cf57a12111a5edf27cb5e4e2ea8f4be3d.tar.lz UXP-aa21f96cf57a12111a5edf27cb5e4e2ea8f4be3d.tar.xz UXP-aa21f96cf57a12111a5edf27cb5e4e2ea8f4be3d.zip |
Issue #80 - De-unify layout/style (redwood)
Diffstat (limited to 'layout/style/nsDOMCSSAttrDeclaration.cpp')
-rw-r--r-- | layout/style/nsDOMCSSAttrDeclaration.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/style/nsDOMCSSAttrDeclaration.cpp b/layout/style/nsDOMCSSAttrDeclaration.cpp index ce638a9c2..f94998478 100644 --- a/layout/style/nsDOMCSSAttrDeclaration.cpp +++ b/layout/style/nsDOMCSSAttrDeclaration.cpp @@ -10,6 +10,7 @@ #include "mozilla/css/Declaration.h" #include "mozilla/css/StyleRule.h" #include "mozilla/dom/Element.h" +#include "mozilla/dom/DocGroup.h" #include "nsIDocument.h" #include "nsIDOMMutationEvent.h" #include "nsIURI.h" @@ -17,8 +18,12 @@ #include "nsWrapperCacheInlines.h" #include "nsIFrame.h" #include "ActiveLayerTracker.h" +#include "ServoDeclarationBlock.h" +#include "StyleSetHandle.h" +#include "DeclarationBlockInlines.h" using namespace mozilla; +using namespace mozilla::dom; nsDOMCSSAttributeDeclaration::nsDOMCSSAttributeDeclaration(dom::Element* aElement, bool aIsSMILOverride) |