| Index: Source/core/html/shadow/MediaControlElements.h
|
| diff --git a/Source/core/html/shadow/MediaControlElements.h b/Source/core/html/shadow/MediaControlElements.h
|
| index 0b3fe71350fdfe482c9c8fe72b7816bc0de81745..10964c127f8cd50cdd746f35ca2607359d3faf22 100644
|
| --- a/Source/core/html/shadow/MediaControlElements.h
|
| +++ b/Source/core/html/shadow/MediaControlElements.h
|
| @@ -54,6 +54,7 @@ private:
|
| void startTimer();
|
| void stopTimer();
|
| void transitionTimerFired(Timer<MediaControlPanelElement>*);
|
| + virtual bool keepEventInNode(Event*) OVERRIDE;
|
|
|
| bool m_isDisplayed;
|
| bool m_opaque;
|
| @@ -128,6 +129,7 @@ private:
|
|
|
| virtual const AtomicString& shadowPseudoId() const OVERRIDE;
|
| virtual void defaultEventHandler(Event*) OVERRIDE;
|
| + virtual bool keepEventInNode(Event*) OVERRIDE;
|
| };
|
|
|
| // ----------------------------
|
| @@ -165,6 +167,7 @@ private:
|
|
|
| virtual const AtomicString& shadowPseudoId() const OVERRIDE;
|
| virtual void defaultEventHandler(Event*) OVERRIDE;
|
| + virtual bool keepEventInNode(Event*) OVERRIDE;
|
| };
|
|
|
| // ----------------------------
|
| @@ -199,6 +202,7 @@ private:
|
|
|
| virtual const AtomicString& shadowPseudoId() const OVERRIDE;
|
| virtual void defaultEventHandler(Event*) OVERRIDE;
|
| + virtual bool keepEventInNode(Event*) OVERRIDE;
|
| };
|
|
|
| // ----------------------------
|
|
|