| 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();
|
|
|