commit | 8782b5c6cd3d06e2bea3f41a3d2ea1f76360e44e | [log] [tgz] |
---|---|---|
author | antti@apple.com <antti@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Mon Nov 22 23:32:20 2021 +0000 |
committer | antti@apple.com <antti@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Mon Nov 22 23:32:20 2021 +0000 |
tree | 8a06b8ed1f102afe20e42afde10e6a94beddfad4 | |
parent | 0e1db41522ecc40c10f12ecdc12ff56bb08c36a6 [diff] [blame] |
[LFC][Integration] Use IFC for preferred width computation for inline boxes https://bugs.webkit.org/show_bug.cgi?id=232616 Reviewed by Alan Bujtas. * rendering/RenderBlockFlow.cpp: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@286121 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebCore/rendering/RenderBlockFlow.cpp b/Source/WebCore/rendering/RenderBlockFlow.cpp index 57168b7..8bc34bc 100644 --- a/Source/WebCore/rendering/RenderBlockFlow.cpp +++ b/Source/WebCore/rendering/RenderBlockFlow.cpp
@@ -69,7 +69,7 @@ namespace WebCore { -#define ENABLE_MODERN_PREFERRED_WIDTH_COMPUTATION 0 +#define ENABLE_MODERN_PREFERRED_WIDTH_COMPUTATION 1 #define ENABLE_MODERN_PREFERRED_WIDTH_COMPUTATION_FOR_INLINE_BOXES 0 WTF_MAKE_ISO_ALLOCATED_IMPL(RenderBlockFlow);