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

Unified Diff: third_party/WebKit/LayoutTests/virtual/threaded/fast/scroll-behavior/smooth-scroll/main-thread-scrolling-reason-added.html

Issue 2297943002: Rename kAnimatingScrollOnMainThread to kHandlingScrollFromMainThread (Closed)
Patch Set: update more comments 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/LayoutTests/virtual/threaded/fast/scroll-behavior/smooth-scroll/main-thread-scrolling-reason-added.html
diff --git a/third_party/WebKit/LayoutTests/virtual/threaded/fast/scroll-behavior/smooth-scroll/main-thread-scrolling-reason-added.html b/third_party/WebKit/LayoutTests/virtual/threaded/fast/scroll-behavior/smooth-scroll/main-thread-scrolling-reason-added.html
index bfdca3b614c6983d2227cb5a4a77d9518e8fefce..bc899ce9aa76450e0b3be5f192a48101e2e01da0 100644
--- a/third_party/WebKit/LayoutTests/virtual/threaded/fast/scroll-behavior/smooth-scroll/main-thread-scrolling-reason-added.html
+++ b/third_party/WebKit/LayoutTests/virtual/threaded/fast/scroll-behavior/smooth-scroll/main-thread-scrolling-reason-added.html
@@ -14,7 +14,7 @@ description("This test verifies that smooth scrolls initiated on the main " +
"thread add the appropriate main thread scrolling reason.");
// From ScrollingCoordinator::mainThreadScrollingReasonsAsText.
-var ANIMATING_TEXT = "Animating scroll on main thread";
+var ANIMATING_TEXT = "Handling scroll from main thread";
var RUNNING_ON_COMPOSITOR = "RunningOnCompositor";
function finishTest() {

Powered by Google App Engine
This is Rietveld 408576698