зеркало из https://github.com/mozilla/gecko-dev.git
Added GetAvailWidth
This commit is contained in:
Родитель
ff42a3eb90
Коммит
e6375145fe
|
@ -94,6 +94,10 @@ public:
|
|||
return mFrameData->mMarginFlags;
|
||||
}
|
||||
|
||||
nscoord GetAvailWidth() const {
|
||||
return mRightEdge - mX;
|
||||
}
|
||||
|
||||
static PRUintn CalculateBlockMarginsFor(nsIPresContext& aPresContext,
|
||||
nsIFrame* aFrame,
|
||||
const nsStyleSpacing* aSpacing,
|
||||
|
|
Загрузка…
Ссылка в новой задаче