| Index: Source/core/html/track/vtt/VTTRegion.h
|
| diff --git a/Source/core/html/track/vtt/VTTRegion.h b/Source/core/html/track/vtt/VTTRegion.h
|
| index 6f9dac5a0209352c0a48330ffc43877e6c0fcde0..f9452c22498fc2b14f7658850f04c81ee695eccb 100644
|
| --- a/Source/core/html/track/vtt/VTTRegion.h
|
| +++ b/Source/core/html/track/vtt/VTTRegion.h
|
| @@ -42,7 +42,7 @@ namespace WebCore {
|
|
|
| class ExceptionState;
|
| class HTMLDivElement;
|
| -class TextTrackCueBox;
|
| +class VTTCueBox;
|
|
|
| class VTTRegion : public RefCounted<VTTRegion> {
|
| public:
|
| @@ -89,9 +89,9 @@ public:
|
|
|
| PassRefPtr<HTMLDivElement> getDisplayTree(Document&);
|
|
|
| - void appendTextTrackCueBox(PassRefPtr<TextTrackCueBox>);
|
| - void displayLastTextTrackCueBox();
|
| - void willRemoveTextTrackCueBox(TextTrackCueBox*);
|
| + void appendVTTCueBox(PassRefPtr<VTTCueBox>);
|
| + void displayLastVTTCueBox();
|
| + void willRemoveVTTCueBox(VTTCueBox*);
|
|
|
| private:
|
| VTTRegion();
|
|
|