Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(490)

Unified Diff: ash/wm/workspace_controller.h

Issue 11417150: Implement workspace scrubbing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/workspace/workspace_manager.cc ('k') | ash/wm/workspace_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace_controller.h
diff --git a/ash/wm/workspace_controller.h b/ash/wm/workspace_controller.h
index aa84592596c209b92a01e2e708e399c59bf3d70b..91b417cc205afa6283f8cb7813beb80ac2d81e55 100644
--- a/ash/wm/workspace_controller.h
+++ b/ash/wm/workspace_controller.h
@@ -20,6 +20,7 @@ namespace internal {
class ShelfLayoutManager;
class WorkspaceControllerTestHelper;
+class WorkspaceCycler;
class WorkspaceEventHandler;
class WorkspaceManager;
@@ -56,6 +57,10 @@ 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);
};
« no previous file with comments | « ash/wm/workspace/workspace_manager.cc ('k') | ash/wm/workspace_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698