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

Unified Diff: Source/core/testing/Internals.cpp

Issue 211773002: Rename updateStyle to updateRenderTree (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix tracing test Created 6 years, 9 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
« no previous file with comments | « Source/core/svg/SVGUseElement.cpp ('k') | Source/core/xml/XMLErrors.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/Internals.cpp
diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
index 902c46797b8dd1a007ef67fe80f682b318816d09..8ef5f0251d631c6d631c233165d27751cf102b90 100644
--- a/Source/core/testing/Internals.cpp
+++ b/Source/core/testing/Internals.cpp
@@ -295,7 +295,7 @@ unsigned Internals::updateStyleAndReturnAffectedElementCount(ExceptionState& exc
}
unsigned beforeCount = document->styleEngine()->resolverAccessCount();
- document->updateStyleIfNeeded();
+ document->updateRenderTreeIfNeeded();
return document->styleEngine()->resolverAccessCount() - beforeCount;
}
« no previous file with comments | « Source/core/svg/SVGUseElement.cpp ('k') | Source/core/xml/XMLErrors.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698