diff options
author | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-05 22:14:46 +0000 |
---|---|---|
committer | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-05 22:14:46 +0000 |
commit | 51903e03437d794f6ca636f8be001cfe4d37a590 (patch) | |
tree | 223a7d4c6f61782925ea7d9e693671176c5182e5 /ash/wm/workspace_controller.h | |
parent | 830edfdbeac173247654fcb930ae8b5193963387 (diff) | |
download | chromium_src-51903e03437d794f6ca636f8be001cfe4d37a590.zip chromium_src-51903e03437d794f6ca636f8be001cfe4d37a590.tar.gz chromium_src-51903e03437d794f6ca636f8be001cfe4d37a590.tar.bz2 |
Implement animations for workspace cycling
BUG=160905
Test=Manual
R=sadrul
Review URL: https://chromiumcodereview.appspot.com/11597003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180794 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/wm/workspace_controller.h')
-rw-r--r-- | ash/wm/workspace_controller.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ash/wm/workspace_controller.h b/ash/wm/workspace_controller.h index ba82e09..310c36e 100644 --- a/ash/wm/workspace_controller.h +++ b/ash/wm/workspace_controller.h @@ -20,7 +20,6 @@ namespace internal { class ShelfLayoutManager; class WorkspaceControllerTestHelper; -class WorkspaceCycler; class WorkspaceEventHandler; class WorkspaceManager; @@ -60,10 +59,6 @@ class ASH_EXPORT WorkspaceController scoped_ptr<WorkspaceManager> workspace_manager_; - // Cycles through the WorkspaceManager's workspaces in response to a three - // finger vertical scroll. - scoped_ptr<WorkspaceCycler> workspace_cycler_; - DISALLOW_COPY_AND_ASSIGN(WorkspaceController); }; |