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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBlockFlow.h

Issue 2529423003: Introduce resetLayout(), to offload layoutBlockFlow(). (Closed)
Patch Set: Created 4 years, 1 month 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
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 17796865f1763a57f9cd1cda7969d781484c61d8..13872c04beff4915d836ee7fc4fdea9c364d41ff 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
@@ -476,6 +476,7 @@ class CORE_EXPORT LayoutBlockFlow : public LayoutBlock {
LayoutSize accumulateInFlowPositionOffsets() const override;
private:
+ void resetLayout();
bool layoutBlockFlow(bool relayoutChildren,
SubtreeLayoutScope&);
void addOverhangingFloatsFromChildren(LayoutUnit unconstrainedHeight);

Powered by Google App Engine
This is Rietveld 408576698