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

Unified Diff: ui/events/event.h

Issue 519113002: Do not mutate ui::Event properties during nested event processing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments changed Created 6 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
« no previous file with comments | « ash/wm/window_manager_unittest.cc ('k') | 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 7257f625f40299b32510fb80850b4259db5f00c0..eab3965f318acd244349f0c31627e066805d5ac7 100644
--- a/ui/events/event.h
+++ b/ui/events/event.h
@@ -29,6 +29,8 @@ class EventTarget;
class EVENTS_EXPORT Event {
public:
+ static scoped_ptr<Event> Clone(const Event& event);
+
virtual ~Event();
class DispatcherApi {
« no previous file with comments | « ash/wm/window_manager_unittest.cc ('k') | ui/events/event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698