| Index: Source/web/WebFrameWidgetImpl.cpp
|
| diff --git a/Source/web/WebFrameWidgetImpl.cpp b/Source/web/WebFrameWidgetImpl.cpp
|
| index cac9449ff407e792b9c4da16d17e0efd88f44d25..3b04e08808654390c313139d7c63fe48ff7d128e 100644
|
| --- a/Source/web/WebFrameWidgetImpl.cpp
|
| +++ b/Source/web/WebFrameWidgetImpl.cpp
|
| @@ -1014,6 +1014,12 @@ void WebFrameWidgetImpl::setRootGraphicsLayer(GraphicsLayer* layer)
|
| suppressInvalidations(false);
|
| }
|
|
|
| +void WebFrameWidgetImpl::setCompositorAnimationTimeline(WebCompositorAnimationTimeline* compositorTimeline)
|
| +{
|
| + if (m_layerTreeView)
|
| + m_layerTreeView->setCompositorAnimationTimeline(compositorTimeline);
|
| +}
|
| +
|
| void WebFrameWidgetImpl::setVisibilityState(WebPageVisibilityState visibilityState, bool isInitialState)
|
| {
|
| if (!m_page)
|
|
|