Remove missed line from previous checkin. b=221140
git-svn-id: svn://10.0.0.236/trunk@150312 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -562,7 +562,6 @@ NS_METHOD nsTableRowFrame::Paint(nsIPresContext* aPresContext,
|
||||
PRUint8 overflow = GetStyleDisplay()->mOverflow;
|
||||
PRBool clip = overflow == NS_STYLE_OVERFLOW_HIDDEN ||
|
||||
overflow == NS_STYLE_OVERFLOW_SCROLLBARS_NONE;
|
||||
const nsStyleDisplay* disp = GetStyleDisplay();
|
||||
if (clip) {
|
||||
aRenderingContext.PushState();
|
||||
SetOverflowClipRect(aRenderingContext);
|
||||
|
||||
@@ -562,7 +562,6 @@ NS_METHOD nsTableRowFrame::Paint(nsIPresContext* aPresContext,
|
||||
PRUint8 overflow = GetStyleDisplay()->mOverflow;
|
||||
PRBool clip = overflow == NS_STYLE_OVERFLOW_HIDDEN ||
|
||||
overflow == NS_STYLE_OVERFLOW_SCROLLBARS_NONE;
|
||||
const nsStyleDisplay* disp = GetStyleDisplay();
|
||||
if (clip) {
|
||||
aRenderingContext.PushState();
|
||||
SetOverflowClipRect(aRenderingContext);
|
||||
|
||||
Reference in New Issue
Block a user