Bug 1273424 - Rename -moz-appearance keyword constants to be more consistent with CSS keywords. r=bholley

This commit is contained in:
Keith Yeung
2016-05-18 10:29:56 -07:00
committed by Bobby Holley
parent 9a712653ce
commit ae9de308f5
9 changed files with 581 additions and 581 deletions

View File

@@ -289,7 +289,7 @@ nsProgressFrame::ShouldUseNativeStyle() const
!PresContext()->HasAuthorSpecifiedRules(this,
NS_AUTHOR_SPECIFIED_BORDER | NS_AUTHOR_SPECIFIED_BACKGROUND) &&
barFrame &&
barFrame->StyleDisplay()->mAppearance == NS_THEME_PROGRESSBAR_CHUNK &&
barFrame->StyleDisplay()->mAppearance == NS_THEME_PROGRESSCHUNK &&
!PresContext()->HasAuthorSpecifiedRules(barFrame,
NS_AUTHOR_SPECIFIED_BORDER | NS_AUTHOR_SPECIFIED_BACKGROUND);
}