| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| index 80008cf758a96e9faacbf9a81201934f23ea43b9..ce385a9b01b3e468a42b92c5c6c2094166e21c70 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| @@ -289,7 +289,7 @@ void DesktopWindowTreeHostX11::OnNativeWidgetCreated(
|
| }
|
|
|
| scoped_ptr<corewm::Tooltip> DesktopWindowTreeHostX11::CreateTooltip() {
|
| - return make_scoped_ptr(new corewm::TooltipAura(gfx::SCREEN_TYPE_NATIVE));
|
| + return make_scoped_ptr(new corewm::TooltipAura);
|
| }
|
|
|
| scoped_ptr<aura::client::DragDropClient>
|
|
|