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

Unified Diff: ui/events/test/event_generator.h

Issue 2053253002: Support a ui::test::EventGenerator constructed with a single argument on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update EventGenerator comment Created 4 years, 6 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 | « no previous file | ui/views/test/event_generator_delegate_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/test/event_generator.h
diff --git a/ui/events/test/event_generator.h b/ui/events/test/event_generator.h
index 77452980cd23f94145779f9b1d300c5640de586a..46f1569dcea675b184c8e6116897e6a5d9889480 100644
--- a/ui/events/test/event_generator.h
+++ b/ui/events/test/event_generator.h
@@ -122,8 +122,7 @@ class EventGenerator {
const gfx::Point& initial_location);
// Creates an EventGenerator with the mouse/touch location centered over
- // |window|. This is currently the only constructor that works on Mac, since
- // a specific window is required (and there is no root window).
+ // |window|.
EventGenerator(gfx::NativeWindow root_window, gfx::NativeWindow window);
virtual ~EventGenerator();
« no previous file with comments | « no previous file | ui/views/test/event_generator_delegate_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698