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

Unified Diff: third_party/WebKit/Source/web/WebAXObject.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/web/WebAXObject.cpp
diff --git a/third_party/WebKit/Source/web/WebAXObject.cpp b/third_party/WebKit/Source/web/WebAXObject.cpp
index ae65647dc1fbfb8915b4a39ce4a32be7d5a0281f..3395763bda2109be98343a809c86e5399750c2f4 100644
--- a/third_party/WebKit/Source/web/WebAXObject.cpp
+++ b/third_party/WebKit/Source/web/WebAXObject.cpp
@@ -135,7 +135,7 @@ bool WebAXObject::updateLayoutAndCheckValidity()
Document* document = m_private->getDocument();
if (!document || !document->view())
return false;
- document->view()->updateLifecycleToCompositingCleanPlusScrolling();
+ document->view()->updateAllLifecyclePhasesExceptPaint();
}
// Doing a layout can cause this object to be invalid, so check again.

Powered by Google App Engine
This is Rietveld 408576698