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

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_constraint_space.h

Issue 2954953002: [LayoutNG] Abort a layout once the BFC offset is resolved. (Closed)
Patch Set: rebase. Created 3 years, 5 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
Index: third_party/WebKit/Source/core/layout/ng/ng_constraint_space.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.h b/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.h
index 21fe72890d78bc8aa19a6e14d6946a9c5c389141..991f2ff71113eb23b7f25595dcd62521c80f5fbf 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.h
@@ -148,7 +148,7 @@ class CORE_EXPORT NGConstraintSpace final
return floats_bfc_offset_;
}
- Vector<RefPtr<NGUnpositionedFloat>>& UnpositionedFloats() {
+ const Vector<RefPtr<NGUnpositionedFloat>>& UnpositionedFloats() const {
return unpositioned_floats_;
}

Powered by Google App Engine
This is Rietveld 408576698