| Index: ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc b/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc
|
| index cbe21d44ed67f88bba16fda36b2607935e98c3f5..6167cb31bdd2505a6b8cfa5c459b1ba45e1eda1f 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc
|
| @@ -128,7 +128,7 @@ const int kRepeatMouseMoveTimeoutMs = 350;
|
| const uint32_t kMinAlpha = 32;
|
|
|
| // |drag_widget_|'s opacity.
|
| -const unsigned char kDragWidgetOpacity = 0xc0;
|
| +const float kDragWidgetOpacity = .75f;
|
|
|
| static base::LazyInstance<
|
| std::map< ::Window, views::DesktopDragDropClientAuraX11*> >::Leaky
|
|
|