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

Unified Diff: third_party/WebKit/Source/core/html/track/TextTrack.h

Issue 2684993003: Remove TextTrack.{add,remove}Region (Closed)
Patch Set: Update webexposed Created 3 years, 10 months 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: 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*);
« no previous file with comments | « third_party/WebKit/Source/core/html/track/LoadableTextTrack.h ('k') | third_party/WebKit/Source/core/html/track/TextTrack.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698