| Index: chrome/browser/gtk/tab_contents_drag_source.cc
|
| ===================================================================
|
| --- chrome/browser/gtk/tab_contents_drag_source.cc (revision 25840)
|
| +++ chrome/browser/gtk/tab_contents_drag_source.cc (working copy)
|
| @@ -115,7 +115,9 @@
|
|
|
| if (tab_contents()->render_view_host()) {
|
| tab_contents()->render_view_host()->DragSourceMovedTo(
|
| - client.x(), client.y(), event_motion->x_root, event_motion->y_root);
|
| + client.x(), client.y(),
|
| + static_cast<int>(event_motion->x_root),
|
| + static_cast<int>(event_motion->y_root));
|
| }
|
| }
|
|
|
|
|