Commit 7507b20c authored by Yi Gu's avatar Yi Gu Committed by Commit Bot

[ScrollTimeline] Force compositing scrollers to run tests on compositor correctly

This is similar to crrev.com/c/2211048. cc::ScrollTimeline is considered
as inactive if the scroller is not composited (not in cc::ScrollTree).

Bug: None
Change-Id: Id933a41ba40f8a736692653a934f963d52c011be
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2216711Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Commit-Queue: Yi Gu <yigu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#771955}
parent 0a15edda
......@@ -12,6 +12,7 @@
overflow: auto;
height: 100px;
width: 100px;
will-change: transform;
}
.contents {
......
......@@ -12,6 +12,7 @@
overflow: auto;
height: 100px;
width: 100px;
will-change: transform;
}
.contents {
......
......@@ -12,6 +12,7 @@
overflow: auto;
height: 100px;
width: 100px;
will-change: transform;
}
.contents {
......
......@@ -12,6 +12,7 @@
overflow: auto;
height: 100px;
width: 100px;
will-change: transform;
}
.contents {
......
......@@ -12,6 +12,7 @@
overflow: auto;
height: 100px;
width: 100px;
will-change: transform;
}
.contents {
......
......@@ -11,6 +11,7 @@
overflow: auto;
height: 100px;
width: 100px;
will-change: transform;
}
.contents {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment