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

Unified Diff: ash/drag_drop/drag_image_view.cc

Issue 196063002: Move wm/core to wm namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 9 months 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/drag_drop/drag_image_view.cc
diff --git a/ash/drag_drop/drag_image_view.cc b/ash/drag_drop/drag_image_view.cc
index c03b5819e28d66d73b2f052959eb2a47636219f5..5beb81f850bf94eea052ab3db1983b1582064591 100644
--- a/ash/drag_drop/drag_image_view.cc
+++ b/ash/drag_drop/drag_image_view.cc
@@ -33,7 +33,7 @@ Widget* CreateDragWidget(gfx::NativeView context) {
drag_widget->SetOpacity(0xFF);
drag_widget->GetNativeWindow()->set_owned_by_parent(false);
drag_widget->GetNativeWindow()->SetName("DragWidget");
- SetShadowType(drag_widget->GetNativeView(), views::corewm::SHADOW_TYPE_NONE);
+ SetShadowType(drag_widget->GetNativeView(), wm::SHADOW_TYPE_NONE);
return drag_widget;
}
}
« no previous file with comments | « ash/display/screen_position_controller.cc ('k') | ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698