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

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

Issue 2513953002: [css-grid] Avoid double loop in positioned objects layout (Closed)
Patch Set: New version overriding layoutPositionedObjects() 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutBlock.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6e9ae47c0298e0fe3cf4bacf1e7082e8c5c1eb2b..26f3a4e598239b3365e12470b70658a96f1d38f1 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
@@ -361,6 +361,9 @@ class CORE_EXPORT LayoutBlock : public LayoutBox {
virtual void layoutPositionedObjects(
bool relayoutChildren,
PositionedLayoutBehavior = DefaultLayout);
+ void layoutPositionedObject(LayoutBox*,
+ bool relayoutChildren,
+ PositionedLayoutBehavior info);
void markFixedPositionObjectForLayoutIfNeeded(LayoutObject* child,
SubtreeLayoutScope&);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutBlock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698