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

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

Issue 224833002: Implement DataCue interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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: Source/core/html/track/TextTrack.h
diff --git a/Source/core/html/track/TextTrack.h b/Source/core/html/track/TextTrack.h
index 6e9d743ae247109dbaee87b7c724cb05e8f0b83a..57ac5cec1aaaa8e9f891d774834217e1c145e4c7 100644
--- a/Source/core/html/track/TextTrack.h
+++ b/Source/core/html/track/TextTrack.h
@@ -81,7 +81,7 @@ public:
HTMLMediaElement* mediaElement();
- void addCue(PassRefPtr<TextTrackCue>);
+ void addCue(PassRefPtr<TextTrackCue>, ExceptionState&);
void removeCue(TextTrackCue*, ExceptionState&);
VTTRegionList* regions();

Powered by Google App Engine
This is Rietveld 408576698