| Index: ui/views/widget/desktop_aura/desktop_screen_position_client.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_screen_position_client.cc b/ui/views/widget/desktop_aura/desktop_screen_position_client.cc
|
| index 34c8553e2512a7676f017d7d64bffb0becc87ab5..26d2fed7ce2edd626c687f2eb031d792fe26c12a 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_screen_position_client.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_screen_position_client.cc
|
| @@ -27,8 +27,7 @@ gfx::Point GetOrigin(const aura::Window* root_window) {
|
| // Returns true if bounds passed to window are treated as though they are in
|
| // screen coordinates.
|
| bool PositionWindowInScreenCoordinates(aura::Window* window) {
|
| - if (window->type() == ui::wm::WINDOW_TYPE_POPUP ||
|
| - window->type() == ui::wm::WINDOW_TYPE_TOOLTIP)
|
| + if (window->type() == ui::wm::WINDOW_TYPE_POPUP)
|
| return true;
|
|
|
| Widget* widget = Widget::GetWidgetForNativeView(window);
|
|
|