diff --git a/layout/style/nsStyleStruct.h b/layout/style/nsStyleStruct.h index d548cd989bf4..a5bc1e39aafa 100644 --- a/layout/style/nsStyleStruct.h +++ b/layout/style/nsStyleStruct.h @@ -939,7 +939,7 @@ struct MOZ_NEEDS_MEMMOVABLE_MEMBERS nsStyleBackground { nsChangeHint CalcDifference(const nsStyleBackground& aNewData) const; static nsChangeHint MaxDifference() { - return nsChangeHint_UpdateEffects | + return nsChangeHint_UpdateEffects | nsChangeHint_RepaintFrame | nsChangeHint_UpdateBackgroundPosition | nsChangeHint_NeutralChange;