Index: third_party/WebKit/Source/core/layout/LayoutObject.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.cpp b/third_party/WebKit/Source/core/layout/LayoutObject.cpp |
index b5e23dc21e43ff9c6526c74dbc4cf05f9c910de0..068a3ef4defd9c19b0b9c07075acf2173d429e61 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp |
@@ -183,6 +183,7 @@ LayoutObject* LayoutObject::createObject(Element* element, |
case EDisplay::Inline: |
return new LayoutInline(element); |
case EDisplay::Block: |
+ case EDisplay::FlowRoot: |
case EDisplay::InlineBlock: |
if (RuntimeEnabledFeatures::layoutNGEnabled()) |
return new LayoutNGBlockFlow(element); |