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 511fe095ab7bf8320d7e9cf28c9c5dd6ab4cfe23..06a91b6c27255e626340b539699df1c392638d74 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 |
@@ -61,7 +61,7 @@ class CORE_EXPORT NGBlockNode final : public NGLayoutInputNode { |
// Save static position for legacy AbsPos layout. |
void SaveStaticOffsetForLegacy(const NGLogicalOffset&); |
- bool CanUseNewLayout(); |
+ bool CanUseNewLayout() const; |
private: |
// After we run the layout algorithm, this function copies back the geometry |