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

Unified Diff: sky/engine/core/dom/Node.h

Issue 870073003: Remove mouse events from Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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
Index: sky/engine/core/dom/Node.h
diff --git a/sky/engine/core/dom/Node.h b/sky/engine/core/dom/Node.h
index 8c8b8d63f92aabc9dc83beca3c47848eb5703532..5314cc972762fb75718f096cf76cfdcce9e347aa 100644
--- a/sky/engine/core/dom/Node.h
+++ b/sky/engine/core/dom/Node.h
@@ -27,7 +27,6 @@
#include "sky/engine/bindings/core/v8/ExceptionStatePlaceholder.h"
#include "sky/engine/core/dom/MutationObserver.h"
-#include "sky/engine/core/dom/SimulatedClickOptions.h"
#include "sky/engine/core/dom/TreeScope.h"
#include "sky/engine/core/dom/TreeShared.h"
#include "sky/engine/core/editing/EditingBoundary.h"
@@ -63,8 +62,6 @@ class NodeList;
class NodeRareData;
class PlatformGestureEvent;
class PlatformKeyboardEvent;
-class PlatformMouseEvent;
-class PlatformWheelEvent;
class QualifiedName;
class RegisteredEventListener;
class RenderBox;
@@ -475,13 +472,9 @@ public:
bool dispatchDOMActivateEvent(int detail, PassRefPtr<Event> underlyingEvent);
bool dispatchKeyEvent(const PlatformKeyboardEvent&);
- bool dispatchWheelEvent(const PlatformWheelEvent&);
- bool dispatchMouseEvent(const PlatformMouseEvent&, const AtomicString& eventType, int clickCount = 0, Node* relatedTarget = 0);
bool dispatchGestureEvent(const PlatformGestureEvent&);
bool dispatchTouchEvent(PassRefPtr<TouchEvent>);
- void dispatchSimulatedClick(Event* underlyingEvent, SimulatedClickMouseEventOptions = SendNoEvents);
-
void dispatchInputEvent();
// Perform the default action for an event.

Powered by Google App Engine
This is Rietveld 408576698