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

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

Issue 2856273002: Legacy block should be positioned with the respect to clearance (Closed)
Patch Set: fix comments Created 3 years, 8 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_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

Powered by Google App Engine
This is Rietveld 408576698