| Index: third_party/WebKit/Source/core/dom/LayoutTreeBuilder.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/LayoutTreeBuilder.cpp b/third_party/WebKit/Source/core/dom/LayoutTreeBuilder.cpp
|
| index bab06a3ff2e55cb5a2b16024b03d35bce556b029..da02fcd425b8ad7a5b0f6b18863848fcace07c19 100644
|
| --- a/third_party/WebKit/Source/core/dom/LayoutTreeBuilder.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/LayoutTreeBuilder.cpp
|
| @@ -82,6 +82,7 @@ LayoutObject* LayoutTreeBuilderForElement::parentLayoutObject() const
|
| return m_layoutObjectParent;
|
| }
|
|
|
| +DISABLE_CFI_PERF
|
| bool LayoutTreeBuilderForElement::shouldCreateLayoutObject() const
|
| {
|
| if (!m_layoutObjectParent)
|
| @@ -112,6 +113,7 @@ ComputedStyle& LayoutTreeBuilderForElement::style() const
|
| return *m_style;
|
| }
|
|
|
| +DISABLE_CFI_PERF
|
| void LayoutTreeBuilderForElement::createLayoutObject()
|
| {
|
| ComputedStyle& style = this->style();
|
|
|