Chromium Code Reviews| Index: Source/core/events/Event.cpp |
| diff --git a/Source/core/events/Event.cpp b/Source/core/events/Event.cpp |
| index e0a95408c02806e4cb6b5fb50cf09442f6f68f51..f6aba39b68a40f2120a198d549a0bd75c0fe3b0c 100644 |
| --- a/Source/core/events/Event.cpp |
| +++ b/Source/core/events/Event.cpp |
| @@ -166,6 +166,11 @@ bool Event::isWheelEvent() const |
| return false; |
| } |
| +bool Event::isRelatedEvent() const |
| +{ |
| + return false; |
| +} |
| + |
| bool Event::isDragEvent() const |
| { |
| return false; |