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

Unified Diff: ui/events/ozone/evdev/touch_evdev_types.h

Issue 1871743003: ui: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « ui/base/ime/chromeos/input_method_manager.cc ('k') | ui/events/ozone/evdev/touch_evdev_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/ozone/evdev/touch_evdev_types.h
diff --git a/ui/events/ozone/evdev/touch_evdev_types.h b/ui/events/ozone/evdev/touch_evdev_types.h
index 70652c64a135de72051104ae5019c2b41e5e8c14..1efe0c62b415f87f4cb249e30c18d21b40c571c4 100644
--- a/ui/events/ozone/evdev/touch_evdev_types.h
+++ b/ui/events/ozone/evdev/touch_evdev_types.h
@@ -19,6 +19,7 @@ const int kNumTouchEvdevSlots = 20;
// Contains information about an in progress touch.
struct EVENTS_OZONE_EVDEV_EXPORT InProgressTouchEvdev {
InProgressTouchEvdev();
+ InProgressTouchEvdev(const InProgressTouchEvdev& other);
~InProgressTouchEvdev();
// Whether there is new information for the touch.
« no previous file with comments | « ui/base/ime/chromeos/input_method_manager.cc ('k') | ui/events/ozone/evdev/touch_evdev_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698