Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(472)

Unified Diff: Source/core/layout/LayoutBlockFlow.cpp

Issue 1306993002: Cleanup friends of LayoutObject (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/layout/LayoutBlock.cpp ('k') | Source/core/layout/LayoutObject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutBlockFlow.cpp
diff --git a/Source/core/layout/LayoutBlockFlow.cpp b/Source/core/layout/LayoutBlockFlow.cpp
index 22dbcd85698ad21450b151b46042fa3f1f1c1f76..7197ab8f70abb3834613aa3b76c7815541240e83 100644
--- a/Source/core/layout/LayoutBlockFlow.cpp
+++ b/Source/core/layout/LayoutBlockFlow.cpp
@@ -315,7 +315,7 @@ void LayoutBlockFlow::layoutBlock(bool relayoutChildren)
hasVisibleContent = layer->hasVisibleContent();
}
if (hasVisibleContent)
- setShouldInvalidateOverflowForPaint(true);
+ setShouldInvalidateOverflowForPaint();
}
if (isHTMLDialogElement(node()) && isOutOfFlowPositioned())
@@ -386,7 +386,7 @@ inline bool LayoutBlockFlow::layoutBlockFlow(bool relayoutChildren, LayoutUnit &
}
if (shouldBreakAtLineToAvoidWidow()) {
- setEverHadLayout(true);
+ setEverHadLayout();
return false;
}
« no previous file with comments | « Source/core/layout/LayoutBlock.cpp ('k') | Source/core/layout/LayoutObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698