Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Unified Diff: chrome/browser/ui/views/tabs/tab_drag_controller.cc

Issue 1330233005: Remove outdated TODOs for issue 337824. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/toplevel_window_event_handler.cc ('k') | ui/events/event.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ash/wm/toplevel_window_event_handler.cc ('k') | ui/events/event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698