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

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_block_node.cc

Issue 2557463002: Remove left over TODO about builder.ToConstraintSpace.ToLogicalConstraintSpace (Closed)
Patch Set: Created 4 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/ng/ng_block_node.cc
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_block_node.cc b/third_party/WebKit/Source/core/layout/ng/ng_block_node.cc
index 91753db6ae5b13bc811c97b86ab72a0dbfa65603..1114647c3ce40dfb82dc8e883b8b494a227723e2 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_block_node.cc
+++ b/third_party/WebKit/Source/core/layout/ng/ng_block_node.cc
@@ -97,9 +97,6 @@ bool NGBlockNode::ComputeMinAndMaxContentSizes(MinAndMaxContentSizes* sizes) {
builder.SetAvailableSize(NGLogicalSize(LayoutUnit(), LayoutUnit()));
builder.SetPercentageResolutionSize(
NGLogicalSize(LayoutUnit(), LayoutUnit()));
- // TODO(layoutng): Use builder.ToConstraintSpace.ToLogicalConstraintSpace
- // once
- // that's available.
NGConstraintSpace* constraint_space =
NGConstraintSpaceBuilder(
FromPlatformWritingMode(Style()->getWritingMode()))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698