diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-18 16:03:03 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-18 16:03:03 +0000 |
commit | d62b78c58a59b0d805c7c07d9971dfae47a2c48b (patch) | |
tree | 55035156c486eda5b9cc9ddb918489780c06d90b /ash/wm/default_state.h | |
parent | 769fa29c80115ea9bd40fc7adde0154c4c8fbcfe (diff) | |
download | chromium_src-d62b78c58a59b0d805c7c07d9971dfae47a2c48b.zip chromium_src-d62b78c58a59b0d805c7c07d9971dfae47a2c48b.tar.gz chromium_src-d62b78c58a59b0d805c7c07d9971dfae47a2c48b.tar.bz2 |
Test
BUG=
Review URL: https://codereview.chromium.org/198723008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257653 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/wm/default_state.h')
-rw-r--r-- | ash/wm/default_state.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/ash/wm/default_state.h b/ash/wm/default_state.h index 4203da9..e7e3de8 100644 --- a/ash/wm/default_state.h +++ b/ash/wm/default_state.h @@ -33,20 +33,13 @@ class DefaultState : public WindowState::State { static bool ProcessWorkspaceEvents(WindowState* window_state, const WMEvent* event); - // Animates to new window bounds based on the current, previous state type - // and WM event. + // Animates to new window bounds based on the current and previous state type. static void UpdateBounds(wm::WindowState* window_state, - wm::WindowStateType old_state_type, - const WMEvent* event); + wm::WindowStateType old_state_type); // Set the fullscreen/maximized bounds without animation. static bool SetMaximizedOrFullscreenBounds(wm::WindowState* window_state); - // Snaps a window according to the event. - static void SnapWindow(WindowState* window_state, - const WMEvent* snap_event, - WindowStateType old_type); - static void SetBounds(WindowState* window_state, const SetBoundsEvent* bounds_event); |