| Index: third_party/WebKit/Source/core/page/PageAnimator.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/PageAnimator.cpp b/third_party/WebKit/Source/core/page/PageAnimator.cpp
|
| index 63ff5849f567fcbbe12d432c658428be25ad60c1..0fa50e1a3ef9180d4c3c0b3de53cf33d7b4d8bac 100644
|
| --- a/third_party/WebKit/Source/core/page/PageAnimator.cpp
|
| +++ b/third_party/WebKit/Source/core/page/PageAnimator.cpp
|
| @@ -73,6 +73,7 @@ void PageAnimator::serviceScriptedAnimations(
|
| }
|
| }
|
|
|
| +DISABLE_CFI_PERF
|
| void PageAnimator::scheduleVisualUpdate(LocalFrame* frame) {
|
| if (m_servicingAnimations || m_updatingLayoutAndStyleForPainting)
|
| return;
|
|
|