From 65da2431f9ee9711e971002ae17043c1a3d36a3f Mon Sep 17 00:00:00 2001 From: Moonchild Date: Wed, 6 Jan 2021 23:57:26 +0000 Subject: 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... --- layout/style/nsStyleStruct.h | 1 + 1 file changed, 1 insertion(+) (limited to 'layout/style/nsStyleStruct.h') 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 mCursorImages; // [inherited] images and coords mozilla::StyleComplexColor mCaretColor; // [inherited] + mozilla::StyleScrollbarWidth mScrollbarWidth; inline uint8_t GetEffectivePointerEvents(nsIFrame* aFrame) const; }; -- cgit v1.2.3