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

Unified Diff: third_party/WebKit/LayoutTests/virtual/threaded/fast/scroll-behavior/smooth-scroll/main-thread-scrolling-reason-correctness.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-correctness.html
diff --git a/third_party/WebKit/LayoutTests/virtual/threaded/fast/scroll-behavior/smooth-scroll/main-thread-scrolling-reason-correctness.html b/third_party/WebKit/LayoutTests/virtual/threaded/fast/scroll-behavior/smooth-scroll/main-thread-scrolling-reason-correctness.html
index 59868c58a80b3b2fa07b9980cb62067652b8a282..468f3ccc7c618848f0f12a80268b59dbb4790efd 100644
--- a/third_party/WebKit/LayoutTests/virtual/threaded/fast/scroll-behavior/smooth-scroll/main-thread-scrolling-reason-correctness.html
+++ b/third_party/WebKit/LayoutTests/virtual/threaded/fast/scroll-behavior/smooth-scroll/main-thread-scrolling-reason-correctness.html
@@ -15,7 +15,7 @@ description("This test verifies that the ScrollAnimator can schedule " +
"scrolling reason.");
// From ScrollingCoordinator::mainThreadScrollingReasonsAsText.
-var ANIMATING_TEXT = "Animating scroll on main thread";
+var ANIMATING_TEXT = "Handling scroll from main thread";
// From ScrollAnimatorCompositorCoordinator::RunState.
var RUNNING_ON_COMPOSITOR = "RunningOnCompositor";
var RUNNING_ON_COMPOSITOR_BUT_NEEDS_UPDATE = "RunningOnCompositorButNeedsUpdate";

Powered by Google App Engine
This is Rietveld 408576698