| Index: Source/core/page/EventHandler.h
|
| diff --git a/Source/core/page/EventHandler.h b/Source/core/page/EventHandler.h
|
| index 5b152056a6da77b25be34f1a435a9a04775d23cd..8cce3ebad2b9bf8f3db4abbd491d238f43c3e315 100644
|
| --- a/Source/core/page/EventHandler.h
|
| +++ b/Source/core/page/EventHandler.h
|
| @@ -263,7 +263,8 @@ private:
|
|
|
| void invalidateClick();
|
|
|
| - void updateMouseEventTargetNode(Node*, const PlatformMouseEvent&, bool fireMouseOverOut);
|
| + void updateMouseEventTargetNode(Node*, const PlatformMouseEvent&, bool);
|
| + void sendMouseEventsForNodeTransition(Node*, Node*, const PlatformMouseEvent&);
|
|
|
| MouseEventWithHitTestResults prepareMouseEvent(const HitTestRequest&, const PlatformMouseEvent&);
|
|
|
|
|