зеркало из https://github.com/mozilla/gecko-dev.git
Bug 836954: Mark nsIFrame::GetBaseline() impls as MOZ_OVERRIDE. r=dbaron
This commit is contained in:
Родитель
87cf0d7808
Коммит
4c6693da51
|
@ -45,7 +45,7 @@ public:
|
|||
nsGUIEvent* aEvent,
|
||||
nsEventStatus* aEventStatus) MOZ_OVERRIDE;
|
||||
|
||||
virtual nscoord GetBaseline() const;
|
||||
virtual nscoord GetBaseline() const MOZ_OVERRIDE;
|
||||
|
||||
/**
|
||||
* Respond to the request to resize and/or reflow
|
||||
|
|
|
@ -149,8 +149,8 @@ public:
|
|||
nsIFrame* aOldFrame);
|
||||
virtual const nsFrameList& GetChildList(ChildListID aListID) const;
|
||||
virtual void GetChildLists(nsTArray<ChildList>* aLists) const;
|
||||
virtual nscoord GetBaseline() const;
|
||||
virtual nscoord GetCaretBaseline() const;
|
||||
virtual nscoord GetBaseline() const MOZ_OVERRIDE;
|
||||
virtual nscoord GetCaretBaseline() const MOZ_OVERRIDE;
|
||||
virtual void DestroyFrom(nsIFrame* aDestructRoot);
|
||||
virtual nsSplittableType GetSplittableType() const;
|
||||
virtual bool IsFloatContainingBlock() const;
|
||||
|
|
|
@ -91,7 +91,7 @@ public:
|
|||
|
||||
virtual bool IsEmpty() MOZ_OVERRIDE;
|
||||
virtual bool IsSelfEmpty() MOZ_OVERRIDE;
|
||||
virtual nscoord GetBaseline() const;
|
||||
virtual nscoord GetBaseline() const MOZ_OVERRIDE;
|
||||
|
||||
float GetFontSizeInflation() const;
|
||||
bool HasFontSizeInflation() const {
|
||||
|
|
|
@ -59,7 +59,7 @@ public:
|
|||
nsReflowStatus& aStatus) MOZ_OVERRIDE;
|
||||
|
||||
virtual bool CanContinueTextRun() const MOZ_OVERRIDE;
|
||||
virtual nscoord GetBaseline() const;
|
||||
virtual nscoord GetBaseline() const MOZ_OVERRIDE;
|
||||
|
||||
//override of nsFrame method
|
||||
NS_IMETHOD GetChildFrameContainingOffset(int32_t inContentOffset,
|
||||
|
|
|
@ -159,7 +159,7 @@ public:
|
|||
virtual void SetAdditionalStyleContext(int32_t aIndex,
|
||||
nsStyleContext* aStyleContext);
|
||||
virtual void SetParent(nsIFrame* aParent);
|
||||
virtual nscoord GetBaseline() const;
|
||||
virtual nscoord GetBaseline() const MOZ_OVERRIDE;
|
||||
virtual const nsFrameList& GetChildList(ChildListID aListID) const;
|
||||
virtual void GetChildLists(nsTArray<ChildList>* aLists) const;
|
||||
|
||||
|
|
|
@ -91,7 +91,7 @@ public:
|
|||
virtual bool CanContinueTextRun() const MOZ_OVERRIDE;
|
||||
|
||||
virtual void PullOverflowsFromPrevInFlow();
|
||||
virtual nscoord GetBaseline() const;
|
||||
virtual nscoord GetBaseline() const MOZ_OVERRIDE;
|
||||
|
||||
/**
|
||||
* Return true if the frame is leftmost frame or continuation.
|
||||
|
|
|
@ -173,7 +173,7 @@ public:
|
|||
|
||||
virtual bool IsEmpty();
|
||||
virtual bool IsSelfEmpty() { return IsEmpty(); }
|
||||
virtual nscoord GetBaseline() const;
|
||||
virtual nscoord GetBaseline() const MOZ_OVERRIDE;
|
||||
|
||||
/**
|
||||
* @return true if this text frame ends with a newline character. It
|
||||
|
|
|
@ -357,7 +357,7 @@ public:
|
|||
/** helper to get the cell spacing Y style value */
|
||||
nscoord GetCellSpacingY();
|
||||
|
||||
virtual nscoord GetBaseline() const;
|
||||
virtual nscoord GetBaseline() const MOZ_OVERRIDE;
|
||||
/** return the row span of a cell, taking into account row span magic at the bottom
|
||||
* of a table. The row span equals the number of rows spanned by aCell starting at
|
||||
* aStartRowIndex, and can be smaller if aStartRowIndex is greater than the row
|
||||
|
|
|
@ -102,7 +102,7 @@ public:
|
|||
const nsRect& aDirtyRect,
|
||||
const nsDisplayListSet& aLists);
|
||||
|
||||
virtual nscoord GetBaseline() const;
|
||||
virtual nscoord GetBaseline() const MOZ_OVERRIDE;
|
||||
|
||||
virtual nscoord GetMinWidth(nsRenderingContext *aRenderingContext) MOZ_OVERRIDE;
|
||||
virtual nscoord GetPrefWidth(nsRenderingContext *aRenderingContext) MOZ_OVERRIDE;
|
||||
|
|
Загрузка…
Ссылка в новой задаче