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

Unified Diff: sky/engine/core/dom/Document.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/Document.h
diff --git a/sky/engine/core/dom/Document.h b/sky/engine/core/dom/Document.h
index 7fba87c2f252ce3fa01a2941784ba1bca23a7d30..8844a0ad68ae5d13be5d3b7cb1eab7a9b0d88ff4 100644
--- a/sky/engine/core/dom/Document.h
+++ b/sky/engine/core/dom/Document.h
@@ -103,7 +103,6 @@ class Location;
class MediaQueryListListener;
class MediaQueryMatcher;
class Page;
-class PlatformMouseEvent;
class QualifiedName;
class Range;
class RenderView;
@@ -124,7 +123,6 @@ class WebGLRenderingContext;
struct AnnotatedRegionValue;
-typedef EventWithHitTestResults<PlatformMouseEvent> MouseEventWithHitTestResults;
typedef int ExceptionCode;
enum DocumentClass {
@@ -324,8 +322,6 @@ public:
TextLinkColors& textLinkColors() { return m_textLinkColors; }
- MouseEventWithHitTestResults prepareMouseEvent(const HitTestRequest&, const LayoutPoint&, const PlatformMouseEvent&);
-
bool setFocusedElement(PassRefPtr<Element>, FocusType = FocusTypeNone);
Element* focusedElement() const { return m_focusedElement.get(); }
UserActionElementSet& userActionElements() { return m_userActionElements; }
@@ -339,8 +335,6 @@ public:
void hoveredNodeDetached(Node*);
void activeChainNodeDetached(Node*);
- void updateHoverActiveState(const HitTestRequest&, Element*, const PlatformMouseEvent* = 0);
-
void scheduleVisualUpdate();
void scheduleRenderTreeUpdateIfNeeded();

Powered by Google App Engine
This is Rietveld 408576698