| Index: chrome/browser/ui/views/dropdown_bar_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/dropdown_bar_view.cc (revision 151267)
|
| +++ chrome/browser/ui/views/dropdown_bar_view.cc (working copy)
|
| @@ -58,7 +58,7 @@
|
| // First, get the origin with respect to the screen.
|
| gfx::Point origin = view->GetWidget()->GetWindowBoundsInScreen().origin();
|
| // Now convert from screen to parent coordinates.
|
| - view->ConvertPointToView(NULL, browser_view_, &origin);
|
| + views::View::ConvertPointToTarget(NULL, browser_view_, &origin);
|
| // Finally, calculate the background image tiling offset.
|
| origin = browser_view_->OffsetPointForToolbarBackgroundImage(origin);
|
|
|
|
|