summaryrefslogtreecommitdiffstats
path: root/layout/style/nsStyleStruct.h
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-01-06 23:57:26 +0000
committerMoonchild <moonchild@palemoon.org>2021-01-06 23:57:26 +0000
commit65da2431f9ee9711e971002ae17043c1a3d36a3f (patch)
treec461f5694d915ce1dfa5151f2d655162afbf4c81 /layout/style/nsStyleStruct.h
parent0e6a9cc60aeb754e00e466ce20052d2fa9ccb7f9 (diff)
downloadUXP-65da2431f9ee9711e971002ae17043c1a3d36a3f.tar
UXP-65da2431f9ee9711e971002ae17043c1a3d36a3f.tar.gz
UXP-65da2431f9ee9711e971002ae17043c1a3d36a3f.tar.lz
UXP-65da2431f9ee9711e971002ae17043c1a3d36a3f.tar.xz
UXP-65da2431f9ee9711e971002ae17043c1a3d36a3f.zip
Issue #1705 - Part 4: Add scrollbar-width CSS keyword to CSS parser.
This should be all parts needed to add a brand new enum keyword including getting the computed style from it...
Diffstat (limited to 'layout/style/nsStyleStruct.h')
-rw-r--r--layout/style/nsStyleStruct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/layout/style/nsStyleStruct.h b/layout/style/nsStyleStruct.h
index 831808edf..35ff071a5 100644
--- a/layout/style/nsStyleStruct.h
+++ b/layout/style/nsStyleStruct.h
@@ -3417,6 +3417,7 @@ struct MOZ_NEEDS_MEMMOVABLE_MEMBERS nsStyleUserInterface
uint8_t mCursor; // [inherited] See nsStyleConsts.h
nsTArray<nsCursorImage> mCursorImages; // [inherited] images and coords
mozilla::StyleComplexColor mCaretColor; // [inherited]
+ mozilla::StyleScrollbarWidth mScrollbarWidth;
inline uint8_t GetEffectivePointerEvents(nsIFrame* aFrame) const;
};