mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
Removed mFrameX, mFrameY and stop passing around aBounds when the PerFrameData bounds can be used instead
This commit is contained in:
parent
04f8faaf39
commit
9d2b85fa64
@ -122,14 +122,12 @@ protected:
|
||||
PRBool ComputeAvailableSize();
|
||||
|
||||
PRBool ReflowFrame(nsHTMLReflowMetrics& aMetrics,
|
||||
nsRect& aBounds,
|
||||
nsReflowStatus& aStatus);
|
||||
|
||||
PRBool CanPlaceFrame(nsHTMLReflowMetrics& aMetrics,
|
||||
nsRect& aBounds,
|
||||
nsReflowStatus& aStatus);
|
||||
|
||||
void PlaceFrame(nsHTMLReflowMetrics& aMetrics, nsRect& aBounds);
|
||||
void PlaceFrame(nsHTMLReflowMetrics& aMetrics);
|
||||
|
||||
void UpdateFrames();
|
||||
|
||||
@ -194,7 +192,6 @@ protected:
|
||||
PRUintn mCarriedOutMarginFlags;
|
||||
|
||||
// The computed available size and location for the frame
|
||||
nscoord mFrameX, mFrameY;
|
||||
nsSize mFrameAvailSize;
|
||||
|
||||
nscoord mLeftEdge;
|
||||
|
Loading…
Reference in New Issue
Block a user