| Index: Source/core/frame/FrameView.cpp
|
| diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
|
| index 15943e676b131d3993093b48f8b88edf6e77559a..b8bc09e36dbcd46a71e8bfe829580f70a5b27934 100644
|
| --- a/Source/core/frame/FrameView.cpp
|
| +++ b/Source/core/frame/FrameView.cpp
|
| @@ -2481,6 +2481,8 @@ void FrameView::updateLayoutAndStyleForPainting()
|
|
|
| updateCompositedSelectionBoundsIfNeeded();
|
|
|
| + Element::updateBoundAnimatedPropertiesIfNeeded();
|
| +
|
| InspectorInstrumentation::didUpdateLayerTree(m_frame.get());
|
| }
|
|
|
|
|