| Index: third_party/WebKit/Source/core/events/Event.h
|
| diff --git a/third_party/WebKit/Source/core/events/Event.h b/third_party/WebKit/Source/core/events/Event.h
|
| index 262ce668a3069fdbaa6a9c2a416eecc767ca5b6f..e447f5d3372663c4dcb7d470fa593c6cb6200c7d 100644
|
| --- a/third_party/WebKit/Source/core/events/Event.h
|
| +++ b/third_party/WebKit/Source/core/events/Event.h
|
| @@ -156,6 +156,7 @@ public:
|
| virtual bool isWheelEvent() const;
|
| virtual bool isRelatedEvent() const;
|
| virtual bool isPointerEvent() const;
|
| + virtual bool isInputEvent() const;
|
|
|
| // Drag events are a subset of mouse events.
|
| virtual bool isDragEvent() const;
|
|
|