Index: third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
index 13872c04beff4915d836ee7fc4fdea9c364d41ff..017c4276b22fc5a624707ee36a57430a98458b26 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
@@ -477,8 +477,7 @@ class CORE_EXPORT LayoutBlockFlow : public LayoutBlock { |
private: |
void resetLayout(); |
- bool layoutBlockFlow(bool relayoutChildren, |
- SubtreeLayoutScope&); |
+ void layoutBlockFlow(bool relayoutChildren, SubtreeLayoutScope&); |
void addOverhangingFloatsFromChildren(LayoutUnit unconstrainedHeight); |
void layoutBlockChildren(bool relayoutChildren, |
SubtreeLayoutScope&, |