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

Unified Diff: ash/shell.h

Issue 11275296: Move shadow code to views\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
Index: ash/shell.h
===================================================================
--- ash/shell.h (revision 167460)
+++ ash/shell.h (working copy)
@@ -55,6 +55,7 @@
namespace corewm {
class CompoundEventFilter;
class InputMethodEventFilter;
+class ShadowController;
}
}
@@ -97,7 +98,6 @@
class RootWindowController;
class RootWindowLayoutManager;
class ScreenPositionController;
-class ShadowController;
class SlowAnimationEventFilter;
class StackingController;
class StatusAreaWidget;
@@ -381,7 +381,7 @@
}
// Made available for tests.
- internal::ShadowController* shadow_controller() {
+ views::corewm::ShadowController* shadow_controller() {
return shadow_controller_.get();
}
@@ -469,7 +469,7 @@
scoped_ptr<internal::WindowModalityController> window_modality_controller_;
scoped_ptr<internal::DragDropController> drag_drop_controller_;
scoped_ptr<internal::ResizeShadowController> resize_shadow_controller_;
- scoped_ptr<internal::ShadowController> shadow_controller_;
+ scoped_ptr<views::corewm::ShadowController> shadow_controller_;
scoped_ptr<internal::TooltipController> tooltip_controller_;
scoped_ptr<internal::VisibilityController> visibility_controller_;
scoped_ptr<DesktopBackgroundController> desktop_background_controller_;

Powered by Google App Engine
This is Rietveld 408576698