Commit 1470e70f authored by Stephen McGruer's avatar Stephen McGruer Committed by Commit Bot

[ScrollTimeline] Remove no longer necessary TODO

Upstream, the spec has changed to remove 'auto' as a value for
ScrollDirection.

TBR=majidvp@chromium.org

Bug: None
Change-Id: I5fa47e0f31c5229b5d734dc39d0717973936543e
Reviewed-on: https://chromium-review.googlesource.com/c/1347033Reviewed-by: default avatarStephen McGruer <smcgruer@chromium.org>
Reviewed-by: default avatarMajid Valipour <majidvp@chromium.org>
Commit-Queue: Stephen McGruer <smcgruer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#610261}
parent 23c37d18
......@@ -28,7 +28,6 @@ ActiveScrollTimelineSet& GetActiveScrollTimelineSet() {
bool StringToScrollDirection(String scroll_direction,
ScrollTimeline::ScrollDirection& result) {
// TODO(smcgruer): Support 'auto' value.
if (scroll_direction == "block") {
result = ScrollTimeline::Block;
return true;
......
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