Chromium Code Reviews| Index: Source/platform/PlatformEvent.h |
| diff --git a/Source/platform/PlatformEvent.h b/Source/platform/PlatformEvent.h |
| index 9f8e53fc4b6915fa0a86ffea2cef8707779f55d1..f4b1949133c7a7dab98e90a986f3761cfbe3201b 100644 |
| --- a/Source/platform/PlatformEvent.h |
| +++ b/Source/platform/PlatformEvent.h |
| @@ -84,6 +84,9 @@ public: |
| LeftButtonDown = 1 << 6, |
| MiddleButtonDown = 1 << 7, |
| RightButtonDown = 1 << 8, |
| + |
| + IsLeft = 1 << 11, |
| + IsRight = 1 << 12, |
| }; |
| enum RailsMode { |