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

Unified Diff: Source/core/events/EventDispatcher.h

Issue 1285793004: isTrusted is incorrect for events generated by Element.click() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Change bool on SimulatedMouseEvent to the enum class introduced everywhere else Created 5 years, 4 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 | « Source/core/dom/SimulatedClickOptions.h ('k') | Source/core/events/EventDispatcher.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/EventDispatcher.h
diff --git a/Source/core/events/EventDispatcher.h b/Source/core/events/EventDispatcher.h
index b47d2a0f75bcaa9b2209cce8b38453a76f2090dd..ab2f586200b34064aa2977c9adf017d5063cf553 100644
--- a/Source/core/events/EventDispatcher.h
+++ b/Source/core/events/EventDispatcher.h
@@ -51,7 +51,7 @@ public:
static bool dispatchEvent(Node&, PassRefPtrWillBeRawPtr<EventDispatchMediator>);
static void dispatchScopedEvent(Node&, PassRefPtrWillBeRawPtr<EventDispatchMediator>);
- static void dispatchSimulatedClick(Node&, Event* underlyingEvent, SimulatedClickMouseEventOptions);
+ static void dispatchSimulatedClick(Node&, Event* underlyingEvent, SimulatedClickMouseEventOptions, SimulatedClickCreationScope);
bool dispatch();
Node& node() const { return *m_node; }
« no previous file with comments | « Source/core/dom/SimulatedClickOptions.h ('k') | Source/core/events/EventDispatcher.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698