Index: ui/views/button_drag_utils.cc |
diff --git a/ui/views/button_drag_utils.cc b/ui/views/button_drag_utils.cc |
index 59a1a4a7f8177eefe6f84610d9baa55f51caf9c6..70237b3f5f3ec182f37cc1c2b8fab140650498db 100644 |
--- a/ui/views/button_drag_utils.cc |
+++ b/ui/views/button_drag_utils.cc |
@@ -47,9 +47,9 @@ void SetDragImage(const GURL& url, |
const ui::NativeTheme* theme = |
widget ? widget->GetNativeTheme() : ui::NativeTheme::instance(); |
button.SetTextColor(views::Button::STATE_NORMAL, |
- theme->GetSystemColor(ui::NativeTheme::kColorId_ButtonEnabledColor)); |
+ theme->GetSystemColor(ui::NativeTheme::kColorId_LabelEnabledColor)); |
gfx::ShadowValues shadows(10, gfx::ShadowValue(gfx::Point(0,0), 1.0f, |
- theme->GetSystemColor(ui::NativeTheme::kColorId_ButtonBackgroundColor))); |
+ theme->GetSystemColor(ui::NativeTheme::kColorId_LabelBackgroundColor))); |
button.SetTextShadows(shadows); |
button.set_max_size(gfx::Size(kLinkDragImageMaxWidth, 0)); |
if (icon.isNull()) { |