Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp

Issue 2322073006: Turn off the old compositing path for SPv2. (Closed)
Patch Set: none Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()) {

Powered by Google App Engine
This is Rietveld 408576698