| Index: Source/WebCore/page/EventHandler.h
|
| ===================================================================
|
| --- Source/WebCore/page/EventHandler.h (revision 139842)
|
| +++ Source/WebCore/page/EventHandler.h (working copy)
|
| @@ -37,6 +37,7 @@
|
| #include "TextEventInputType.h"
|
| #include "TextGranularity.h"
|
| #include "Timer.h"
|
| +#include "UserGestureIndicator.h"
|
| #include <wtf/Forward.h>
|
| #include <wtf/OwnPtr.h>
|
| #include <wtf/RefPtr.h>
|
| @@ -445,6 +446,7 @@
|
| IntPoint m_mouseDownPos; // In our view's coords.
|
| double m_mouseDownTimestamp;
|
| PlatformMouseEvent m_mouseDown;
|
| + RefPtr<UserGestureIndicator::Token> m_lastMouseDownUserGestureToken;
|
|
|
| RefPtr<Node> m_latchedWheelEventNode;
|
| bool m_widgetIsLatched;
|
|
|