зеркало из https://github.com/mozilla/gecko-dev.git
fixing a platform compile problem
This commit is contained in:
Родитель
e75bf0612e
Коммит
08f155815a
|
@ -118,7 +118,7 @@ public:
|
|||
* to be considered significant, a frame must have both width and height != 0
|
||||
* if aChildFrame is not in the default child list of aParentFrame, we return PR_FALSE
|
||||
*/
|
||||
PRBool nsBlockReflowContext::IsFirstSignificantChild(const nsIFrame* aParentFrame, const nsIFrame* aChildFrame) const;
|
||||
PRBool IsFirstSignificantChild(const nsIFrame* aParentFrame, const nsIFrame* aChildFrame) const;
|
||||
|
||||
static nscoord ComputeCollapsedTopMargin(nsIPresContext* aPresContext,
|
||||
nsHTMLReflowState& aRS);
|
||||
|
|
|
@ -118,7 +118,7 @@ public:
|
|||
* to be considered significant, a frame must have both width and height != 0
|
||||
* if aChildFrame is not in the default child list of aParentFrame, we return PR_FALSE
|
||||
*/
|
||||
PRBool nsBlockReflowContext::IsFirstSignificantChild(const nsIFrame* aParentFrame, const nsIFrame* aChildFrame) const;
|
||||
PRBool IsFirstSignificantChild(const nsIFrame* aParentFrame, const nsIFrame* aChildFrame) const;
|
||||
|
||||
static nscoord ComputeCollapsedTopMargin(nsIPresContext* aPresContext,
|
||||
nsHTMLReflowState& aRS);
|
||||
|
|
Загрузка…
Ссылка в новой задаче