Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(876)

Unified Diff: Source/core/html/track/vtt/VTTRegion.h

Issue 102073002: Remove TextTrackCueBox (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698