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

Unified Diff: third_party/WebKit/LayoutTests/fast/scrolling/scroll-to-origin-with-options-no-layout.html

Issue 1896793002: Rename (updateLayout/updateStyle).*.() to updateStyleAndLayout.*.() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/LayoutTests/fast/scrolling/scroll-to-origin-with-options-no-layout.html
diff --git a/third_party/WebKit/LayoutTests/fast/scrolling/scroll-to-origin-with-options-no-layout.html b/third_party/WebKit/LayoutTests/fast/scrolling/scroll-to-origin-with-options-no-layout.html
index 5c759fa445a2c5680e3f12a7f181a4bf9a95cb9d..8f5ae484d36f4388425d83d6ab792c225a4a3cbc 100644
--- a/third_party/WebKit/LayoutTests/fast/scrolling/scroll-to-origin-with-options-no-layout.html
+++ b/third_party/WebKit/LayoutTests/fast/scrolling/scroll-to-origin-with-options-no-layout.html
@@ -6,7 +6,7 @@ var styleCount, layoutCount;
function assertSyncLayout(sync) {
if (window.internals) {
- styleCount = internals.updateStyleAndReturnAffectedElementCount();
+ styleCount = internals.updateStyleAndLayoutAndReturnAffectedElementCount();
layoutCount = internals.needsLayoutCount();
// scrollTo should have synchronously updated style and layout
if (sync) {

Powered by Google App Engine
This is Rietveld 408576698