| Index: ui/views/widget/desktop_screen_position_client.cc
|
| diff --git a/ui/views/widget/desktop_screen_position_client.cc b/ui/views/widget/desktop_screen_position_client.cc
|
| index d557ddb4ffbbb740bda14f636aff8ea4b79b0be2..8bf14125c18985f6c5a19e8abdd589d64f285e66 100644
|
| --- a/ui/views/widget/desktop_screen_position_client.cc
|
| +++ b/ui/views/widget/desktop_screen_position_client.cc
|
| @@ -30,6 +30,11 @@ void DesktopScreenPositionClient::ConvertPointFromScreen(
|
| aura::Window::ConvertPointToTarget(root_window, window, point);
|
| }
|
|
|
| +void DesktopScreenPositionClient::ConvertNativePointToScreen(
|
| + aura::Window* window, gfx::Point* point) {
|
| + ConvertPointToScreen(window, point);
|
| +}
|
| +
|
| void DesktopScreenPositionClient::SetBounds(
|
| aura::Window* window,
|
| const gfx::Rect& bounds,
|
|
|