Bug 1273424 - Rename -moz-appearance keyword constants to be more consistent with CSS keywords. r=bholley
This commit is contained in:
committed by
Bobby Holley
parent
9a712653ce
commit
ae9de308f5
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user