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

Unified Diff: trunk/Source/core/dom/Node.h

Issue 1184693003: Revert 196987 "Don't invoke default actions for MouseEvents gene..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 5 years, 6 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 | « trunk/LayoutTests/plugins/user-gesture-expected.txt ('k') | trunk/Source/core/dom/Node.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/Source/core/dom/Node.h
===================================================================
--- trunk/Source/core/dom/Node.h (revision 197019)
+++ trunk/Source/core/dom/Node.h (working copy)
@@ -62,7 +62,6 @@
class HTMLQualifiedName;
class IntRect;
class KeyboardEvent;
-class MouseEvent;
class NSResolver;
class NameNodeList;
class NamedNodeMap;
@@ -635,7 +634,6 @@
virtual void postDispatchEventHandler(Event*, void* /*dataFromPreDispatch*/) { }
using EventTarget::dispatchEvent;
- // This dispatchEvent override is intended to only be used for events dispatched from script
virtual bool dispatchEvent(PassRefPtrWillBeRawPtr<Event>) override;
void dispatchScopedEvent(PassRefPtrWillBeRawPtr<Event>);
@@ -649,7 +647,6 @@
bool dispatchKeyEvent(const PlatformKeyboardEvent&);
bool dispatchWheelEvent(const PlatformWheelEvent&);
bool dispatchMouseEvent(const PlatformMouseEvent&, const AtomicString& eventType, int clickCount = 0, Node* relatedTarget = nullptr);
- bool dispatchMouseEvent(PassRefPtrWillBeRawPtr<MouseEvent>);
bool dispatchGestureEvent(const PlatformGestureEvent&);
bool dispatchTouchEvent(PassRefPtrWillBeRawPtr<TouchEvent>);
« no previous file with comments | « trunk/LayoutTests/plugins/user-gesture-expected.txt ('k') | trunk/Source/core/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698