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

Unified Diff: content/common/input/synthetic_smooth_drag_gesture_params.h

Issue 1372253002: gfx: Make conversions from gfx::Point to PointF explicit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pointfconvert-gfx: . 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
Index: content/common/input/synthetic_smooth_drag_gesture_params.h
diff --git a/content/common/input/synthetic_smooth_drag_gesture_params.h b/content/common/input/synthetic_smooth_drag_gesture_params.h
index 11387d8d6cd84bec6fea5a6e0f814fea18d35193..96bc39437ec93b1a7b8e208caa9c985852661bba 100644
--- a/content/common/input/synthetic_smooth_drag_gesture_params.h
+++ b/content/common/input/synthetic_smooth_drag_gesture_params.h
@@ -9,7 +9,7 @@
#include "content/common/content_export.h"
#include "content/common/input/synthetic_gesture_params.h"
-#include "ui/gfx/geometry/point.h"
+#include "ui/gfx/geometry/point_f.h"
#include "ui/gfx/geometry/vector2d.h"
namespace content {

Powered by Google App Engine
This is Rietveld 408576698