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

Unified Diff: ash/drag_drop/drag_image_view.cc

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
« no previous file with comments | « ash/dip_unittest.cc ('k') | ash/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/drag_drop/drag_image_view.cc
===================================================================
--- ash/drag_drop/drag_image_view.cc (revision 167688)
+++ ash/drag_drop/drag_image_view.cc (working copy)
@@ -4,8 +4,8 @@
#include "ash/drag_drop/drag_image_view.h"
-#include "ash/wm/shadow_types.h"
#include "ui/aura/window.h"
+#include "ui/views/corewm/shadow_types.h"
#include "ui/views/widget/widget.h"
namespace ash {
@@ -25,7 +25,7 @@
drag_widget->Init(params);
drag_widget->SetOpacity(0xFF);
drag_widget->GetNativeWindow()->set_owned_by_parent(false);
- SetShadowType(drag_widget->GetNativeView(), SHADOW_TYPE_NONE);
+ SetShadowType(drag_widget->GetNativeView(), views::corewm::SHADOW_TYPE_NONE);
return drag_widget;
}
}
« no previous file with comments | « ash/dip_unittest.cc ('k') | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698