views: GetRestoreBounds shouldn't be affected by window transform.
Some cros windows have a transform applied to them when they're closed. When reopened they are placed where the transformed window was. The widget bounds saving uses Window::GetBoundsInScreen which returns bounds that are affected by the transform on the window. This CL alters that. Test: added test Bug: 1109161 Change-Id: Ia577b2372fa78be4cbf1ae4fbe2236fca615dd19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373660 Commit-Queue: Sammie Quon <sammiequon@chromium.org> Reviewed-by:Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#819095}
Showing
Please register or sign in to comment