Bug 921174 part 4: Move focusPadding into ReflowButtonContents, the only place it's used now. r=bz

This commit is contained in:
Daniel Holbert
2013-09-26 23:43:16 -07:00
parent fe93c93074
commit 302a1b4e20
2 changed files with 14 additions and 15 deletions

View File

@@ -97,8 +97,7 @@ protected:
void ReflowButtonContents(nsPresContext* aPresContext,
nsHTMLReflowMetrics& aButtonDesiredSize,
const nsHTMLReflowState& aButtonReflowState,
nsIFrame* aFirstKid,
nsMargin aFocusPadding);
nsIFrame* aFirstKid);
nsButtonFrameRenderer mRenderer;
};