| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index 1e26615e8796c22ba961631ab64714a8686e4e4b..036eafb661e6c330d0735193847a2f2d404fdc73 100644
|
| --- a/Source/core/html/HTMLMediaElement.h
|
| +++ b/Source/core/html/HTMLMediaElement.h
|
| @@ -403,9 +403,7 @@ private:
|
| void prepareMediaFragmentURI();
|
| void applyMediaFragmentURI();
|
|
|
| - virtual bool willRespondToMouseClickEvents() OVERRIDE FINAL;
|
| virtual void* preDispatchEventHandler(Event*) OVERRIDE FINAL;
|
| - virtual void defaultEventHandler(Event*) OVERRIDE FINAL;
|
|
|
| void changeNetworkStateFromLoadingToIdle();
|
|
|
|
|