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