| Index: Source/core/html/shadow/MediaControlElements.cpp
|
| diff --git a/Source/core/html/shadow/MediaControlElements.cpp b/Source/core/html/shadow/MediaControlElements.cpp
|
| index 5c24e2c20272018bc39bea438f20b58c2bcaad18..d22ed78595526b928cf35018fb0fbafb0459ece6 100644
|
| --- a/Source/core/html/shadow/MediaControlElements.cpp
|
| +++ b/Source/core/html/shadow/MediaControlElements.cpp
|
| @@ -39,7 +39,7 @@
|
| #include "core/html/HTMLVideoElement.h"
|
| #include "core/html/shadow/MediaControls.h"
|
| #include "core/html/track/TextTrack.h"
|
| -#include "core/html/track/TextTrackRegionList.h"
|
| +#include "core/html/track/VTTRegionList.h"
|
| #include "core/page/EventHandler.h"
|
| #include "core/frame/Frame.h"
|
| #include "core/page/Page.h"
|
| @@ -735,7 +735,7 @@ void MediaControlTextTrackContainerElement::updateDisplay()
|
| continue;
|
|
|
| RefPtr<TextTrackCueBox> displayBox = cue->getDisplayTree(m_videoDisplaySize.size());
|
| - TextTrackRegion* region = 0;
|
| + VTTRegion* region = 0;
|
| if (cue->track()->regions())
|
| region = cue->track()->regions()->getRegionById(cue->regionId());
|
|
|
|
|