| Index: Source/core/html/shadow/MediaControlElements.h
|
| diff --git a/Source/core/html/shadow/MediaControlElements.h b/Source/core/html/shadow/MediaControlElements.h
|
| index 89cd8d487ff24a074676fcf7bb6456bd63d37d3a..483d7f444c08fd32dc1f10f8fbd938c0d7c737c9 100644
|
| --- a/Source/core/html/shadow/MediaControlElements.h
|
| +++ b/Source/core/html/shadow/MediaControlElements.h
|
| @@ -127,6 +127,7 @@ private:
|
| explicit MediaControlOverlayPlayButtonElement(MediaControls&);
|
|
|
| virtual const AtomicString& shadowPseudoId() const OVERRIDE;
|
| + virtual void defaultEventHandler(Event*) OVERRIDE;
|
| };
|
|
|
| // ----------------------------
|
|
|