mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fixing build bustage
This commit is contained in:
parent
e63c5bfed6
commit
c172ba40a4
@ -593,7 +593,7 @@ nsComboboxControlFrame::GetPrefWidth(nsIRenderingContext *aRenderingContext)
|
||||
nsIScrollableFrame* scrollable;
|
||||
CallQueryInterface(mListControlFrame, &scrollable);
|
||||
NS_ASSERTION(scrollable, "List must be a scrollable frame");
|
||||
nsBoxLayoutState bls(GetPresContext(), aRenderingContext);
|
||||
nsBoxLayoutState bls(PresContext(), aRenderingContext);
|
||||
nscoord displayResult =
|
||||
scrollable->GetDesiredScrollbarSizes(&bls).LeftRight() +
|
||||
nsLayoutUtils::IntrinsicForContainer(aRenderingContext, mDisplayFrame,
|
||||
|
Loading…
Reference in New Issue
Block a user