Bug 1449039 part 13 - Remove stylestructoffset arg from CSS_PROPs. r=emilio

MozReview-Commit-ID: B3d8z25kyVk

--HG--
extra : rebase_source : 8b570cfccc208c72fc03bc0c022ffaf9b11e1035
This commit is contained in:
Xidorn Quan 2018-03-27 14:09:57 +11:00
parent 32f4a411bc
commit f863c52da4
3 changed files with 53 additions and 388 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2271,8 +2271,8 @@ const nsStyleStructID nsCSSProps::kSIDTable[eCSSProperty_COUNT_no_shorthands] =
const nsStyleAnimType
nsCSSProps::kAnimTypeTable[eCSSProperty_COUNT_no_shorthands] = {
#define CSS_PROP(name_, id_, method_, flags_, pref_, parsevariant_, kwtable_, \
stylestruct_, stylestructoffset_, animtype_) \
#define CSS_PROP(name_, id_, method_, flags_, pref_, parsevariant_, \
kwtable_, stylestruct_, animtype_) \
animtype_,
#define CSS_PROP_LIST_INCLUDE_LOGICAL
#include "nsCSSPropList.h"

View File

@ -342,8 +342,6 @@ public:
static const nsStyleStructID kSIDTable[eCSSProperty_COUNT_no_shorthands];
static const KTableEntry* const kKeywordTableTable[eCSSProperty_COUNT_no_shorthands];
static const nsStyleAnimType kAnimTypeTable[eCSSProperty_COUNT_no_shorthands];
static const ptrdiff_t
kStyleStructOffsetTable[eCSSProperty_COUNT_no_shorthands];
private:
static const uint32_t kFlagsTable[eCSSProperty_COUNT];