Changes parameter to be "const nsRect*" and changed a comment

This commit is contained in:
troy%netscape.com 1999-11-30 04:48:34 +00:00
Родитель 4909924e98
Коммит a87ea4d233
4 изменённых файлов: 6 добавлений и 8 удалений

Просмотреть файл

@ -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);
/**