Index: chrome/browser/ui/views/tabs/tab_drag_controller.cc |
diff --git a/chrome/browser/ui/views/tabs/tab_drag_controller.cc b/chrome/browser/ui/views/tabs/tab_drag_controller.cc |
index 0a26de6d63fabe3890929b1c9464dafa25f30a2b..2152b7ee99e86406108f5c6fbda3f92c9f235fdf 100644 |
--- a/chrome/browser/ui/views/tabs/tab_drag_controller.cc |
+++ b/chrome/browser/ui/views/tabs/tab_drag_controller.cc |
@@ -1773,7 +1773,6 @@ gfx::Point TabDragController::GetCursorScreenPoint() { |
bool got_touch_point = ui::GestureRecognizer::Get()-> |
GetLastTouchPointForTarget(widget_window, &touch_point_f); |
CHECK(got_touch_point); |
- // TODO(tdresser): Switch to using gfx::PointF. See crbug.com/337824. |
gfx::Point touch_point = gfx::ToFlooredPoint(touch_point_f); |
wm::ConvertPointToScreen(widget_window->GetRootWindow(), &touch_point); |
return touch_point; |