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

Unified Diff: ash/shell.h

Issue 11316245: Move VisibilityController to corewm. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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/root_window_controller.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
===================================================================
--- ash/shell.h (revision 170313)
+++ ash/shell.h (working copy)
@@ -57,6 +57,7 @@
class CompoundEventFilter;
class InputMethodEventFilter;
class ShadowController;
+class VisibilityController;
}
}
@@ -109,7 +110,6 @@
class SystemModalContainerEventFilter;
class TooltipController;
class TouchObserverHUD;
-class VisibilityController;
class WindowModalityController;
class WorkspaceController;
}
@@ -492,8 +492,8 @@
scoped_ptr<internal::DragDropController> drag_drop_controller_;
scoped_ptr<internal::ResizeShadowController> resize_shadow_controller_;
scoped_ptr<views::corewm::ShadowController> shadow_controller_;
+ scoped_ptr<views::corewm::VisibilityController> visibility_controller_;
scoped_ptr<internal::TooltipController> tooltip_controller_;
- scoped_ptr<internal::VisibilityController> visibility_controller_;
scoped_ptr<DesktopBackgroundController> desktop_background_controller_;
scoped_ptr<PowerButtonController> power_button_controller_;
scoped_ptr<SessionStateController> session_state_controller_;
« no previous file with comments | « ash/root_window_controller.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698