| Index: Source/platform/PlatformMouseEvent.h
|
| diff --git a/Source/platform/PlatformMouseEvent.h b/Source/platform/PlatformMouseEvent.h
|
| index 74b30d344bf822167978fd9f3f81611f61f41c9b..1b34aafcbf1940ad6752f2f0b189abe9f246bd8d 100644
|
| --- a/Source/platform/PlatformMouseEvent.h
|
| +++ b/Source/platform/PlatformMouseEvent.h
|
| @@ -41,6 +41,8 @@ public:
|
| RealOrIndistinguishable,
|
| // Mouse events derived from touch input
|
| FromTouch,
|
| + // Synthetic mouse events that do not fire the default action handler
|
| + Synthetic,
|
| };
|
|
|
| PlatformMouseEvent()
|
|
|