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

Unified Diff: ui/events/test/event_generator.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: ui/events/test/event_generator.h
diff --git a/ui/events/test/event_generator.h b/ui/events/test/event_generator.h
index 6f84e80acb4529be5dcc9afe7e2ba576f5a5cdae..9a72695355a1bfcd7b1dbad06e5cb15baf601df1 100644
--- a/ui/events/test/event_generator.h
+++ b/ui/events/test/event_generator.h
@@ -21,6 +21,10 @@ namespace base {
class TickClock;
}
+namespace gfx {
+class PointF;
+}
+
namespace ui {
class Event;
class EventProcessor;

Powered by Google App Engine
This is Rietveld 408576698