| Index: third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| index 229fe43c32a97c2e6219e9c39137e22552472d26..ce1f349069ec94fed6f05264a9b1e2beb4e6fd5a 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| @@ -244,7 +244,7 @@ void PaintLayerCompositor::updateIfNeededRecursiveInternal()
|
| updateIfNeeded();
|
| lifecycle().advanceTo(DocumentLifecycle::CompositingClean);
|
|
|
| - DocumentAnimations::updateCompositorAnimations(m_layoutView.document());
|
| + DocumentAnimations::updateAnimations(m_layoutView.document());
|
|
|
| m_layoutView.frameView()->getScrollableArea()->updateCompositorScrollAnimations();
|
| if (const FrameView::ScrollableAreaSet* animatingScrollableAreas = m_layoutView.frameView()->animatingScrollableAreas()) {
|
|
|