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

Unified Diff: sky/engine/core/events/EventDispatcher.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/events/EventDispatcher.h
diff --git a/sky/engine/core/events/EventDispatcher.h b/sky/engine/core/events/EventDispatcher.h
index fc81bf34ace90414856006a6d4fdcff27f3111de..db3567f867845e410d5dacd5524425c672258a8d 100644
--- a/sky/engine/core/events/EventDispatcher.h
+++ b/sky/engine/core/events/EventDispatcher.h
@@ -26,7 +26,6 @@
#ifndef SKY_ENGINE_CORE_EVENTS_EVENTDISPATCHER_H_
#define SKY_ENGINE_CORE_EVENTS_EVENTDISPATCHER_H_
-#include "sky/engine/core/dom/SimulatedClickOptions.h"
#include "sky/engine/platform/heap/Handle.h"
#include "sky/engine/wtf/PassRefPtr.h"
#include "sky/engine/wtf/RefPtr.h"
@@ -51,8 +50,6 @@ public:
static bool dispatchEvent(Node*, PassRefPtr<EventDispatchMediator>);
static void dispatchScopedEvent(Node*, PassRefPtr<EventDispatchMediator>);
- static void dispatchSimulatedClick(Node*, Event* underlyingEvent, SimulatedClickMouseEventOptions);
-
bool dispatch();
Node* node() const { return m_node.get(); }
Event* event() const { return m_event.get(); }

Powered by Google App Engine
This is Rietveld 408576698