From 748d1fa1ee338ab75b7bb935d0e641ccea3b1469 Mon Sep 17 00:00:00 2001 From: Cameron McCormack Date: Tue, 14 Feb 2017 13:29:47 +0800 Subject: [PATCH] White space fix; no bug. (DONTBUILD) MozReview-Commit-ID: LiEfvt4z1Ks --- layout/style/nsStyleStruct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;