Commit d2aa8666 authored by Sammie Quon's avatar Sammie Quon Committed by Commit Bot

overview: Fix swiping on no recents label.

Test: manual
Bug: 1002726
Change-Id: I0809b87c4a61601aa5b9a80e716f8b2fc77c57d0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1797111Reviewed-by: default avatarAvery Musbach <amusbach@chromium.org>
Commit-Queue: Sammie Quon <sammiequon@chromium.org>
Cr-Commit-Position: refs/heads/master@{#695690}
parent d9c5877e
......@@ -628,7 +628,7 @@ OverviewSession::UpdateGridAtLocationYPositionAndOpacity(
callback.Run(settings.get());
}
window->SetTransform(
gfx::Transform(1.f, 0.f, 0.f, 1.f, 0.f, static_cast<float>(new_y)));
gfx::Transform(1.f, 0.f, 0.f, 1.f, 0.f, static_cast<float>(-new_y)));
window->layer()->SetOpacity(opacity);
return settings;
}
......
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