Attempt to patch mac build error
This commit is contained in:
@@ -67,7 +67,7 @@ nsIDocument *gDoc = nsnull;
|
|||||||
|
|
||||||
// [HACK] Foward Declarations
|
// [HACK] Foward Declarations
|
||||||
void ForceDrawFrame(nsFrame * aFrame);
|
void ForceDrawFrame(nsFrame * aFrame);
|
||||||
void RefreshContentFrames(nsIPresContext& aPresContext, nsIContent * aStartContent, nsIContent * aEndContent);
|
static void RefreshContentFrames(nsIPresContext& aPresContext, nsIContent * aStartContent, nsIContent * aEndContent);
|
||||||
|
|
||||||
PRBool nsFrame::mDoingSelection = PR_FALSE;
|
PRBool nsFrame::mDoingSelection = PR_FALSE;
|
||||||
PRBool nsFrame::mDidDrag = PR_FALSE;
|
PRBool nsFrame::mDidDrag = PR_FALSE;
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ nsIDocument *gDoc = nsnull;
|
|||||||
|
|
||||||
// [HACK] Foward Declarations
|
// [HACK] Foward Declarations
|
||||||
void ForceDrawFrame(nsFrame * aFrame);
|
void ForceDrawFrame(nsFrame * aFrame);
|
||||||
void RefreshContentFrames(nsIPresContext& aPresContext, nsIContent * aStartContent, nsIContent * aEndContent);
|
static void RefreshContentFrames(nsIPresContext& aPresContext, nsIContent * aStartContent, nsIContent * aEndContent);
|
||||||
|
|
||||||
PRBool nsFrame::mDoingSelection = PR_FALSE;
|
PRBool nsFrame::mDoingSelection = PR_FALSE;
|
||||||
PRBool nsFrame::mDidDrag = PR_FALSE;
|
PRBool nsFrame::mDidDrag = PR_FALSE;
|
||||||
|
|||||||
Reference in New Issue
Block a user