Changes parameter to be "const nsRect*" and changed a comment
git-svn-id: svn://10.0.0.236/trunk@54720 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -432,7 +432,7 @@ void
|
||||
nsContainerFrame::SyncFrameViewAfterReflow(nsIPresContext* aPresContext,
|
||||
nsIFrame* aFrame,
|
||||
nsIView* aView,
|
||||
nsRect* aCombinedArea,
|
||||
const nsRect* aCombinedArea,
|
||||
PRUint32 aFlags)
|
||||
{
|
||||
if (aView) {
|
||||
|
||||
@@ -91,12 +91,11 @@ public:
|
||||
// Flags:
|
||||
// NS_FRAME_NO_MOVE_VIEW - don't position the frame's view. Set this if you
|
||||
// don't want to automatically sync the frame and view
|
||||
// NS_FRAME_NO_MOVE_VIEW - don't move the frame. aX and aY are ignored in this
|
||||
// case. Also implies NS_FRAME_NO_MOVE_VIEW
|
||||
// NS_FRAME_NO_SIZE_VIEW - don't size the view
|
||||
static void SyncFrameViewAfterReflow(nsIPresContext* aPresContext,
|
||||
nsIFrame* aFrame,
|
||||
nsIView* aView,
|
||||
nsRect* aCombinedArea,
|
||||
const nsRect* aCombinedArea,
|
||||
PRUint32 aFlags = 0);
|
||||
|
||||
/**
|
||||
|
||||
@@ -432,7 +432,7 @@ void
|
||||
nsContainerFrame::SyncFrameViewAfterReflow(nsIPresContext* aPresContext,
|
||||
nsIFrame* aFrame,
|
||||
nsIView* aView,
|
||||
nsRect* aCombinedArea,
|
||||
const nsRect* aCombinedArea,
|
||||
PRUint32 aFlags)
|
||||
{
|
||||
if (aView) {
|
||||
|
||||
@@ -91,12 +91,11 @@ public:
|
||||
// Flags:
|
||||
// NS_FRAME_NO_MOVE_VIEW - don't position the frame's view. Set this if you
|
||||
// don't want to automatically sync the frame and view
|
||||
// NS_FRAME_NO_MOVE_VIEW - don't move the frame. aX and aY are ignored in this
|
||||
// case. Also implies NS_FRAME_NO_MOVE_VIEW
|
||||
// NS_FRAME_NO_SIZE_VIEW - don't size the view
|
||||
static void SyncFrameViewAfterReflow(nsIPresContext* aPresContext,
|
||||
nsIFrame* aFrame,
|
||||
nsIView* aView,
|
||||
nsRect* aCombinedArea,
|
||||
const nsRect* aCombinedArea,
|
||||
PRUint32 aFlags = 0);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user