| Index: third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.cpp b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| index acb7b3f50585e036b731d7fd1f9d651d06f9a5a5..7695544f5e62b2a8a730f595406bcbe5f4106b7d 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| @@ -4653,6 +4653,7 @@ bool LayoutBox::shrinkToAvoidFloats() const {
|
| return style()->width().isAuto();
|
| }
|
|
|
| +DISABLE_CFI_PERF
|
| static bool shouldBeConsideredAsReplaced(Node* node) {
|
| // Checkboxes and radioboxes are not isAtomicInlineLevel() nor do they have
|
| // their own layoutObject in which to override avoidFloats().
|
|
|