| Index: third_party/WebKit/Source/platform/PlatformMouseEvent.h
|
| diff --git a/third_party/WebKit/Source/platform/PlatformMouseEvent.h b/third_party/WebKit/Source/platform/PlatformMouseEvent.h
|
| index 87e75b253cac20cfa8a3aa03e00bd02d84317338..822ac7b13e2a3b89dc4611d263d518fb019927d7 100644
|
| --- a/third_party/WebKit/Source/platform/PlatformMouseEvent.h
|
| +++ b/third_party/WebKit/Source/platform/PlatformMouseEvent.h
|
| @@ -36,12 +36,13 @@ namespace blink {
|
| class PlatformMouseEvent : public PlatformEvent {
|
| public:
|
| enum SyntheticEventType {
|
| - // Real mouse input events or synthetic events that behave just like real events
|
| + // Real mouse input events or synthetic events that behave just like real
|
| + // events
|
| RealOrIndistinguishable,
|
| // Synthetic mouse events derived from touch input
|
| FromTouch,
|
| - // Synthetic mouse events generated without a position, for example those generated
|
| - // from keyboard input.
|
| + // Synthetic mouse events generated without a position, for example those
|
| + // generated from keyboard input.
|
| Positionless,
|
| };
|
|
|
|
|