| Index: third_party/WebKit/Source/core/layout/LayoutInline.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutInline.h b/third_party/WebKit/Source/core/layout/LayoutInline.h
|
| index 8ef9933be27220ea002edfa4953626871fdf2e7c..c86136e501a4894365f688de6249bdc124b16c80 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutInline.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutInline.h
|
| @@ -199,6 +199,8 @@ class CORE_EXPORT LayoutInline : public LayoutBoxModelObject {
|
| return alwaysCreateLineBoxesForLayoutInline();
|
| }
|
| void setAlwaysCreateLineBoxes(bool alwaysCreateLineBoxes = true) {
|
| + if (alwaysCreateLineBoxes)
|
| + m_rareStat.addReason(ReasonLICreatesLineBoxes);
|
| setAlwaysCreateLineBoxesForLayoutInline(alwaysCreateLineBoxes);
|
| }
|
| void updateAlwaysCreateLineBoxes(bool fullLayout);
|
|
|