| Index: third_party/WebKit/Source/core/html/track/TextTrack.h
|
| diff --git a/third_party/WebKit/Source/core/html/track/TextTrack.h b/third_party/WebKit/Source/core/html/track/TextTrack.h
|
| index ccd7901a5446efdd0ce703e781a8ca34d74b6103..ffca8849106fc0d4abedf9cd5cb513338cc55e18 100644
|
| --- a/third_party/WebKit/Source/core/html/track/TextTrack.h
|
| +++ b/third_party/WebKit/Source/core/html/track/TextTrack.h
|
| @@ -43,7 +43,6 @@ class TextTrack;
|
| class TextTrackCue;
|
| class TextTrackCueList;
|
| class TextTrackList;
|
| -class VTTRegion;
|
| class VTTRegionList;
|
|
|
| class CORE_EXPORT TextTrack : public EventTargetWithInlineData,
|
| @@ -102,8 +101,6 @@ class CORE_EXPORT TextTrack : public EventTargetWithInlineData,
|
| void removeCue(TextTrackCue*, ExceptionState&);
|
|
|
| VTTRegionList* regions();
|
| - void addRegion(VTTRegion*);
|
| - void removeRegion(VTTRegion*, ExceptionState&);
|
|
|
| void cueWillChange(TextTrackCue*);
|
| void cueDidChange(TextTrackCue*);
|
|
|