mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 20:42:49 +00:00
removed cache invalidation methods
This commit is contained in:
parent
65420b3f33
commit
cb3cb74d17
@ -111,23 +111,6 @@ struct nsStyleSpacing: public nsStyleStruct {
|
||||
PRUint8 mBorderStyle[4]; // See nsStyleConsts.h
|
||||
nscolor mBorderColor[4];
|
||||
|
||||
void InvalidateMarginCache() {
|
||||
mHasCachedMargin = PR_FALSE;
|
||||
}
|
||||
|
||||
void InvalidateBorderCache() {
|
||||
mHasCachedBorder = PR_FALSE;
|
||||
}
|
||||
|
||||
void InvalidatePaddingCache() {
|
||||
mHasCachedPadding = PR_FALSE;
|
||||
}
|
||||
|
||||
void InvalidateBorderPaddingCache() {
|
||||
mHasCachedBorder = PR_FALSE;
|
||||
mHasCachedPadding = PR_FALSE;
|
||||
}
|
||||
|
||||
void CalcMarginFor(const nsIFrame* aFrame, nsMargin& aMargin) const;
|
||||
void CalcPaddingFor(const nsIFrame* aFrame, nsMargin& aPadding) const;
|
||||
void CalcBorderFor(const nsIFrame* aFrame, nsMargin& aBorder) const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user