Update the App restored window frame upon move and resize on Mac.
commit14cf5a1b944168746ee0e409f947bd64c21da8b9
authorscheib@chromium.org <scheib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 20 Sep 2013 23:03:17 +0000 (20 23:03 +0000)
committerscheib@chromium.org <scheib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 20 Sep 2013 23:03:17 +0000 (20 23:03 +0000)
tree9fb92e2f4f11c82944ca412bc3d6c62bd08086d0
parent83b343693eafc995241c8dedca8cafe77b34ad42
Update the App restored window frame upon move and resize on Mac.

Previous change https://src.chromium.org/viewvc/chrome?revision=219648&view=revision added support for non resiazable windows to become fullscreen. That change no longer reports the current window's frame dimensions for it's GetRestoredBounds(), but instead returns a cached state which is updated with UpdateRestoredBounds(). This update method needs to be called when the window is moved or resized as well.

BUG=294938

Review URL: https://chromiumcodereview.appspot.com/24237008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224512 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/ui/cocoa/apps/native_app_window_cocoa.mm