| Index: third_party/WebKit/Source/core/events/Event.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/Event.cpp b/third_party/WebKit/Source/core/events/Event.cpp
|
| index 01bb2beb296309a7f04c539b275a9ec286615b16..79ab050f14bc4880d774dafaa1e0706c6116febf 100644
|
| --- a/third_party/WebKit/Source/core/events/Event.cpp
|
| +++ b/third_party/WebKit/Source/core/events/Event.cpp
|
| @@ -185,6 +185,11 @@ bool Event::isPointerEvent() const
|
| return false;
|
| }
|
|
|
| +bool Event::isInputEvent() const
|
| +{
|
| + return false;
|
| +}
|
| +
|
| bool Event::isDragEvent() const
|
| {
|
| return false;
|
|
|