Index: Source/core/html/HTMLMediaElement.h |
diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h |
index 7160b0def0089719ac75e40823c95de1dcd7c0b6..d71c8803d114735cb2e2e8c6d8000aca98c57a22 100644 |
--- a/Source/core/html/HTMLMediaElement.h |
+++ b/Source/core/html/HTMLMediaElement.h |
@@ -314,6 +314,7 @@ private: |
virtual void didBecomeFullscreenElement() OVERRIDE FINAL; |
virtual void willStopBeingFullscreenElement() OVERRIDE FINAL; |
virtual bool isInteractiveContent() const OVERRIDE FINAL; |
+ virtual void defaultEventHandler(Event*) OVERRIDE FINAL; |
// ActiveDOMObject functions. |
virtual void stop() OVERRIDE FINAL; |