| Index: trunk/src/content/browser/renderer_host/ui_events_helper.cc
|
| ===================================================================
|
| --- trunk/src/content/browser/renderer_host/ui_events_helper.cc (revision 276731)
|
| +++ trunk/src/content/browser/renderer_host/ui_events_helper.cc (working copy)
|
| @@ -314,7 +314,7 @@
|
| point->position.x = event.x();
|
| point->position.y = event.y();
|
|
|
| - const gfx::PointF& root_point = event.root_location_f();
|
| + const gfx::Point root_point = event.root_location();
|
| point->screenPosition.x = root_point.x();
|
| point->screenPosition.y = root_point.y();
|
|
|
|
|