Bug 836957 part 3: Mark remaining nsIFrame::GetSkipSides() overrides as MOZ_OVERRIDE, and remove stale comments. r=mats

This commit is contained in:
Daniel Holbert 2013-02-04 08:17:31 -08:00
parent 9a11e7cf68
commit 47feaf8d0c
8 changed files with 8 additions and 13 deletions

View File

@ -399,7 +399,7 @@ protected:
void SlideLine(nsBlockReflowState& aState,
nsLineBox* aLine, nscoord aDY);
virtual int GetSkipSides() const;
virtual int GetSkipSides() const MOZ_OVERRIDE;
virtual void ComputeFinalSize(const nsHTMLReflowState& aReflowState,
nsBlockReflowState& aState,

View File

@ -116,7 +116,7 @@ public:
NS_IMETHOD List(FILE* out, int32_t aIndent, uint32_t aFlags = 0) const;
#endif
virtual int GetSkipSides() const;
virtual int GetSkipSides() const MOZ_OVERRIDE;
nsresult GetIntrinsicImageSize(nsSize& aSize);

View File

@ -131,7 +131,7 @@ protected:
nsInlineFrame(nsStyleContext* aContext) : nsContainerFrame(aContext) {}
virtual int GetSkipSides() const;
virtual int GetSkipSides() const MOZ_OVERRIDE;
nsresult ReflowFrames(nsPresContext* aPresContext,
const nsHTMLReflowState& aReflowState,

View File

@ -216,8 +216,7 @@ public:
virtual void InvalidateFrameForRemoval() MOZ_OVERRIDE { InvalidateFrameSubtree(); }
protected:
/** implement abstract method on nsContainerFrame */
virtual int GetSkipSides() const;
virtual int GetSkipSides() const MOZ_OVERRIDE;
/**
* GetBorderOverflow says how far the cell's own borders extend

View File

@ -207,8 +207,7 @@ protected:
void InsertColsReflow(int32_t aColIndex,
const nsFrameList::Slice& aCols);
/** implement abstract method on nsContainerFrame */
virtual int GetSkipSides() const;
virtual int GetSkipSides() const MOZ_OVERRIDE;
// data members
int32_t mColCount;

View File

@ -502,8 +502,7 @@ protected:
void InitChildReflowState(nsHTMLReflowState& aReflowState);
/** implement abstract method on nsContainerFrame */
virtual int GetSkipSides() const;
virtual int GetSkipSides() const MOZ_OVERRIDE;
public:
bool IsRowInserted() const;

View File

@ -244,8 +244,7 @@ protected:
bool aBorderCollapse,
nsTableCellReflowState& aReflowState);
/** implement abstract method on nsContainerFrame */
virtual int GetSkipSides() const;
virtual int GetSkipSides() const MOZ_OVERRIDE;
// row-specific methods

View File

@ -336,8 +336,7 @@ protected:
bool aBorderCollapse,
nsHTMLReflowState& aReflowState);
/** implement abstract method on nsContainerFrame */
virtual int GetSkipSides() const;
virtual int GetSkipSides() const MOZ_OVERRIDE;
void PlaceChild(nsPresContext* aPresContext,
nsRowGroupReflowState& aReflowState,