| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index bb3fbdbae146540b1e8d2f93239dbaf6662cb216..730ec5b8a170c91813e761d7f37b8d0f6221fe60 100644
|
| --- a/Source/core/html/HTMLMediaElement.h
|
| +++ b/Source/core/html/HTMLMediaElement.h
|
| @@ -443,9 +443,6 @@ private:
|
| bool createMediaControls();
|
| void configureMediaControls();
|
|
|
| - void prepareMediaFragmentURI();
|
| - void applyMediaFragmentURI();
|
| -
|
| virtual void* preDispatchEventHandler(Event*) OVERRIDE FINAL;
|
|
|
| void changeNetworkStateFromLoadingToIdle();
|
| @@ -546,7 +543,6 @@ private:
|
| mutable double m_cachedTimeWallClockUpdateTime;
|
| mutable double m_minimumWallClockTimeToCacheMediaTime;
|
|
|
| - double m_fragmentStartTime;
|
| double m_fragmentEndTime;
|
|
|
| typedef unsigned PendingActionFlags;
|
|
|