summaryrefslogtreecommitdiffstats
path: root/ash/wm/drag_window_controller.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/wm/drag_window_controller.cc')
-rw-r--r--ash/wm/drag_window_controller.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/wm/drag_window_controller.cc b/ash/wm/drag_window_controller.cc
index 25d0e04..516d59f 100644
--- a/ash/wm/drag_window_controller.cc
+++ b/ash/wm/drag_window_controller.cc
@@ -76,7 +76,7 @@ void DragWindowController::CreateDragWidget(const gfx::Rect& bounds) {
drag_widget_->GetNativeWindow()->set_id(kShellWindowId_PhantomWindow);
// Show shadow for the dragging window.
SetShadowType(drag_widget_->GetNativeWindow(),
- views::corewm::SHADOW_TYPE_RECTANGULAR);
+ ::wm::SHADOW_TYPE_RECTANGULAR);
SetBoundsInternal(bounds);
drag_widget_->StackAbove(window_);
@@ -108,7 +108,7 @@ void DragWindowController::SetBoundsInternal(const gfx::Rect& bounds) {
void DragWindowController::RecreateWindowLayers() {
DCHECK(!layer_owner_.get());
- layer_owner_ = views::corewm::RecreateLayers(window_);
+ layer_owner_ = ::wm::RecreateLayers(window_);
layer_owner_->root()->set_delegate(window_->layer()->delegate());
// Place the layer at (0, 0) of the DragWindowController's window.
gfx::Rect layer_bounds = layer_owner_->root()->bounds();