Index: third_party/WebKit/Source/core/layout/ng/ng_block_node.h |
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_block_node.h b/third_party/WebKit/Source/core/layout/ng/ng_block_node.h |
index 4497a945edf411c5038c9d3ab2141b6ca8304bd3..1d65979d630cf4aee8b31d348b17b9b2b981efe0 100644 |
--- a/third_party/WebKit/Source/core/layout/ng/ng_block_node.h |
+++ b/third_party/WebKit/Source/core/layout/ng/ng_block_node.h |
@@ -87,6 +87,8 @@ class CORE_EXPORT NGBlockNode final : public NGLayoutInputNode { |
// underlying LayoutBox. |
void PositionUpdated(); |
+ void FloatPositionUpdated(LayoutObject* parent); |
ikilpatrick
2017/01/20 00:03:17
maybe additional comment here or within the functi
Gleb Lanbin
2017/01/20 00:45:27
Done.
|
+ |
bool CanUseNewLayout(); |
bool HasInlineChildren(); |