Bug 919806: Get rid of NS_IMETHOD in nsIFrame.h and its implementations r=dholbert

This commit is contained in:
Arnaud Sourioux
2014-02-17 23:47:48 -08:00
parent bb2a0c47f8
commit c55abda61c
211 changed files with 797 additions and 797 deletions

View File

@@ -58,18 +58,18 @@ public:
nsIFrame* aPrevInFlow) MOZ_OVERRIDE;
virtual nscoord GetMinWidth(nsRenderingContext *aRenderingContext);
virtual nscoord GetPrefWidth(nsRenderingContext *aRenderingContext);
NS_IMETHOD Reflow(nsPresContext* aPresContext,
virtual nsresult Reflow(nsPresContext* aPresContext,
nsHTMLReflowMetrics& aDesiredSize,
const nsHTMLReflowState& aReflowState,
nsReflowStatus& aStatus);
NS_IMETHOD DidReflow(nsPresContext* aPresContext,
virtual nsresult DidReflow(nsPresContext* aPresContext,
const nsHTMLReflowState* aReflowState,
nsDidReflowStatus aStatus);
virtual void BuildDisplayList(nsDisplayListBuilder* aBuilder,
const nsRect& aDirtyRect,
const nsDisplayListSet& aLists) MOZ_OVERRIDE;
NS_IMETHOD HandleEvent(nsPresContext* aPresContext,
virtual nsresult HandleEvent(nsPresContext* aPresContext,
mozilla::WidgetGUIEvent* aEvent,
nsEventStatus* aEventStatus);
@@ -83,7 +83,7 @@ public:
virtual bool NeedsView() { return true; }
#ifdef DEBUG_FRAME_DUMP
NS_IMETHOD GetFrameName(nsAString& aResult) const;
virtual nsresult GetFrameName(nsAString& aResult) const;
#endif
virtual void DestroyFrom(nsIFrame* aDestructRoot);
@@ -94,7 +94,7 @@ public:
virtual void SetIsDocumentActive(bool aIsActive) MOZ_OVERRIDE;
NS_IMETHOD GetCursor(const nsPoint& aPoint, nsIFrame::Cursor& aCursor);
virtual nsresult GetCursor(const nsPoint& aPoint, nsIFrame::Cursor& aCursor);
// APIs used by nsRootPresContext to set up the widget position/size/clip
// region.