| Index: ui/views/touchui/touch_selection_controller_impl.cc
|
| diff --git a/ui/views/touchui/touch_selection_controller_impl.cc b/ui/views/touchui/touch_selection_controller_impl.cc
|
| index 5d9eab226b66385d872562d1c12c5e0edf016905..a6ae6d6e698741f313e152b6164b482dbb68df02 100644
|
| --- a/ui/views/touchui/touch_selection_controller_impl.cc
|
| +++ b/ui/views/touchui/touch_selection_controller_impl.cc
|
| @@ -72,9 +72,7 @@ views::Widget* CreateTouchSelectionPopupWidget(
|
| params.context = context;
|
| params.delegate = widget_delegate;
|
| widget->Init(params);
|
| -#if defined(USE_AURA)
|
| SetShadowType(widget->GetNativeView(), views::corewm::SHADOW_TYPE_NONE);
|
| -#endif
|
| return widget;
|
| }
|
|
|
|
|