diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-30 16:41:13 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-04-30 16:41:13 +0000 |
commit | ae707c8dbb26942e11c231965afc3505ba2f7d93 (patch) | |
tree | 92cd2f822be4867ee9ecc0dc9312b55367655f0a /layout/style/nsStyleContext.cpp | |
parent | a78a87502d9973893d2d19daa17e75bc1a1043ca (diff) | |
download | UXP-ae707c8dbb26942e11c231965afc3505ba2f7d93.tar UXP-ae707c8dbb26942e11c231965afc3505ba2f7d93.tar.gz UXP-ae707c8dbb26942e11c231965afc3505ba2f7d93.tar.lz UXP-ae707c8dbb26942e11c231965afc3505ba2f7d93.tar.xz UXP-ae707c8dbb26942e11c231965afc3505ba2f7d93.zip |
Issue #80 - De-unify layout/style
Diffstat (limited to 'layout/style/nsStyleContext.cpp')
-rw-r--r-- | layout/style/nsStyleContext.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layout/style/nsStyleContext.cpp b/layout/style/nsStyleContext.cpp index 7ad260f1b..4b1a14897 100644 --- a/layout/style/nsStyleContext.cpp +++ b/layout/style/nsStyleContext.cpp @@ -12,6 +12,8 @@ #include "nsCSSAnonBoxes.h" #include "nsCSSPseudoElements.h" #include "nsStyleConsts.h" +#include "nsStyleStruct.h" +#include "nsStyleStructInlines.h" #include "nsString.h" #include "nsPresContext.h" #include "nsIStyleRule.h" @@ -35,6 +37,7 @@ #include "mozilla/ReflowInput.h" #include "nsLayoutUtils.h" #include "nsCoord.h" +#include "nsFontMetrics.h" // Ensure the binding function declarations in nsStyleContext.h matches // those in ServoBindings.h. |