Index: ui/events/gesture_event_details.h |
diff --git a/ui/events/gesture_event_details.h b/ui/events/gesture_event_details.h |
index 502df8abdf6d13a92033ee9f931eaca9a32f2cc7..efb7d7ab254d2e5e5f54c120b2a821a1d5d3b870 100644 |
--- a/ui/events/gesture_event_details.h |
+++ b/ui/events/gesture_event_details.h |
@@ -37,7 +37,6 @@ struct EVENTS_BASE_EXPORT GestureEventDetails { |
oldest_touch_id_ = oldest_touch_id; |
} |
- // TODO(tdresser): Return RectF. See crbug.com/337824. |
const gfx::Rect bounding_box() const { |
return ToEnclosingRect(bounding_box_); |
} |