diff options
author | bruthig <bruthig@chromium.org> | 2015-09-14 14:58:44 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-14 22:00:05 +0000 |
commit | ca01f9e55651e4a7285f551e83bd561b01787c19 (patch) | |
tree | 362e88a07a0a911fbec78e608d5185a51a2bd19b /ash/ash.gyp | |
parent | 0c3b55f4e76aafab2ae737964abebca30b23029b (diff) | |
download | chromium_src-ca01f9e55651e4a7285f551e83bd561b01787c19.zip chromium_src-ca01f9e55651e4a7285f551e83bd561b01787c19.tar.gz chromium_src-ca01f9e55651e4a7285f551e83bd561b01787c19.tar.bz2 |
Snap screen rotation animation layers to final position if the animation is aborted.
Some users were seeing incorrectly aligned and rotated backgrounds while
at the lock screen. It was possible that the session state animations
were aborting the screen rotation animations prematurely and thus they
would get stuck in a bad position.
TEST=ScreenRotationAnimationTest.LayerTransformGetsSetToTargetWhenAborted
BUG=496986
Review URL: https://codereview.chromium.org/1315573003
Cr-Commit-Position: refs/heads/master@{#348734}
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r-- | ash/ash.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index ca194f3..2cce476 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -829,6 +829,7 @@ 'metrics/user_metrics_recorder_unittest.cc', 'popup_message_unittest.cc', 'root_window_controller_unittest.cc', + 'rotator/screen_rotation_animation_unittest.cc', 'screen_util_unittest.cc', 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', 'shelf/shelf_button_pressed_metric_tracker_unittest.cc', |