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

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 a1db37e3af6050fca2bffe114d5ac7fa0692a263..6f2462f76095a105ba6d4e9555f07926cf0be158 100644
--- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
+++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
@@ -245,7 +245,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