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

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

Issue 102073002: Remove TextTrackCueBox (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: inline pseudo id 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
« no previous file with comments | « Source/core/html/track/vtt/VTTCue.cpp ('k') | Source/core/html/track/vtt/VTTRegion.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « Source/core/html/track/vtt/VTTCue.cpp ('k') | Source/core/html/track/vtt/VTTRegion.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698