| Index: chrome/browser/ui/views/panels/panel_frame_view.cc
|
| diff --git a/chrome/browser/ui/views/panels/panel_frame_view.cc b/chrome/browser/ui/views/panels/panel_frame_view.cc
|
| index c26a1c7fdb9a3af24a03a6fa2a31439a171811f2..09be1e00903e60dff1454978846730e57cad7c67 100644
|
| --- a/chrome/browser/ui/views/panels/panel_frame_view.cc
|
| +++ b/chrome/browser/ui/views/panels/panel_frame_view.cc
|
| @@ -593,7 +593,7 @@ bool PanelFrameView::OnMouseDragged(const ui::MouseEvent& event) {
|
| // Converting the mouse location to screen coordinates returns an incorrect
|
| // location while the panel is moving. See crbug.com/353393 for more details.
|
| // TODO(pkotwicz): Fix conversion to screen coordinates
|
| - gfx::Screen* screen = gfx::Screen::GetNativeScreen();
|
| + gfx::Screen* screen = gfx::Screen::GetScreen();
|
| gfx::Point mouse_location = screen->GetCursorScreenPoint();
|
| #else
|
| // |event.location| is in the view's coordinate system. Convert it to the
|
|
|