| Index: third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| index 4c806724f6b650ab74e3da451c51a9ff1c9853dd..d21aa2f7054c50265f8a9176c020565531b9e38f 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| @@ -262,6 +262,7 @@ public:
|
| return child.x() + marginBeforeForChild(*child.layoutObject());
|
| }
|
|
|
| + DISABLE_CFI_PERF
|
| LayoutUnit yPositionForFloatIncludingMargin(const FloatingObject& child) const
|
| {
|
| if (isHorizontalWritingMode())
|
|
|