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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBlock.h

Issue 2471283004: [css-grid] Fix simplified layout of positioned grid items (Closed)
Patch Set: Remove unneeded line in test. Created 4 years, 1 month 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/LayoutBlock.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.h b/third_party/WebKit/Source/core/layout/LayoutBlock.h
index 6058995f0636aa0ada54bb94a91b316d4f0c2cf9..6e9ae47c0298e0fe3cf4bacf1e7082e8c5c1eb2b 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
@@ -358,8 +358,9 @@ class CORE_EXPORT LayoutBlock : public LayoutBox {
ForcedLayoutAfterContainingBlockMoved
};
- void layoutPositionedObjects(bool relayoutChildren,
- PositionedLayoutBehavior = DefaultLayout);
+ virtual void layoutPositionedObjects(
+ bool relayoutChildren,
+ PositionedLayoutBehavior = DefaultLayout);
void markFixedPositionObjectForLayoutIfNeeded(LayoutObject* child,
SubtreeLayoutScope&);

Powered by Google App Engine
This is Rietveld 408576698