Bug 1231485 part 2 - Add NeutralChange hint to nsStyleText::MaxDifference(). r=dbaron

--HG--
extra : source : e52efce3dce402c1d73790cba33d0a756c3604a9
This commit is contained in:
Xidorn Quan 2016-01-04 10:47:05 +11:00
Родитель b9cd6f8694
Коммит 9ef82c65a1
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1746,7 +1746,8 @@ struct nsStyleText {
nsChangeHint CalcDifference(const nsStyleText& aOther) const;
static nsChangeHint MaxDifference() {
return NS_STYLE_HINT_FRAMECHANGE |
nsChangeHint_UpdateSubtreeOverflow;
nsChangeHint_UpdateSubtreeOverflow |
nsChangeHint_NeutralChange;
}
static nsChangeHint DifferenceAlwaysHandledForDescendants() {
// CalcDifference never returns the reflow hints that are sometimes