Index: ash/tooltips/tooltip_controller.cc |
diff --git a/ash/tooltips/tooltip_controller.cc b/ash/tooltips/tooltip_controller.cc |
index 5db968ec519459783604152acc8970c0996e6e8b..a37c03d055e52b838b373346f601c95b877d3eff 100644 |
--- a/ash/tooltips/tooltip_controller.cc |
+++ b/ash/tooltips/tooltip_controller.cc |
@@ -409,7 +409,7 @@ void TooltipController::UpdateIfRequired() { |
string16 tooltip_text(tooltip_text_); |
gfx::Point widget_loc = curr_mouse_loc_; |
widget_loc = widget_loc.Add( |
- tooltip_window_->GetScreenBounds().origin()); |
+ tooltip_window_->GetBoundsInScreen().origin()); |
tooltip_->SetText(tooltip_text, widget_loc); |
tooltip_->Show(); |
} |