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

Unified Diff: ui/events/event.h

Issue 1026573002: Prevent TouchEvent Crash on X (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/events/event.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event.h
diff --git a/ui/events/event.h b/ui/events/event.h
index b65c27516ab48f1f6d4e4f1b00a2270524cd2a9a..70a269d967310083c0fc9e99ffc1a48a116f2874 100644
--- a/ui/events/event.h
+++ b/ui/events/event.h
@@ -515,6 +515,8 @@ class EVENTS_EXPORT TouchEvent : public LocatedEvent {
float angle,
float force);
+ TouchEvent(const TouchEvent& copy);
+
~TouchEvent() override;
// The id of the pointer this event modifies.
« no previous file with comments | « no previous file | ui/events/event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698