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

Unified Diff: ui/ozone/public/system_input_injector.h

Issue 766583002: ozone: dri: Support moving between displays in MoveCursorTo(location) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « ui/ozone/platform/test/ozone_platform_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/public/system_input_injector.h
diff --git a/ui/ozone/public/system_input_injector.h b/ui/ozone/public/system_input_injector.h
index c5c92ed83f05fbcd2987d9bbfa77473cc07b2831..4d75a781c47e104f7c49ebe1cda390efc2cf57de 100644
--- a/ui/ozone/public/system_input_injector.h
+++ b/ui/ozone/public/system_input_injector.h
@@ -22,8 +22,8 @@ class Event;
// Ozone platform.
class OZONE_EXPORT SystemInputInjector {
public:
- SystemInputInjector() {};
- virtual ~SystemInputInjector() {};
+ SystemInputInjector() {}
+ virtual ~SystemInputInjector() {}
// Moves the cursor on the screen and generates the corresponding MouseMove or
// MouseDragged event. |location| is in physical screen co-ordinates,
« no previous file with comments | « ui/ozone/platform/test/ozone_platform_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698