diff options
Diffstat (limited to 'WebCore/platform/PlatformTouchPoint.h')
-rw-r--r-- | WebCore/platform/PlatformTouchPoint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/platform/PlatformTouchPoint.h b/WebCore/platform/PlatformTouchPoint.h index 90a3ace..d4f855e 100644 --- a/WebCore/platform/PlatformTouchPoint.h +++ b/WebCore/platform/PlatformTouchPoint.h @@ -40,6 +40,7 @@ public: TouchReleased, TouchPressed, TouchMoved, + TouchStationary, TouchCancelled }; |