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

Unified Diff: third_party/WebKit/Source/core/html/HTMLTrackElement.h

Issue 2685943004: Remove TextTrack.regions and VTTRegionList (Closed)
Patch Set: Rebase 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/HTMLTrackElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLTrackElement.h b/third_party/WebKit/Source/core/html/HTMLTrackElement.h
index d6d5c7ea9983b28081b49911c69aed5908763d89..0529c4703da72a9ee2f45d5b24025436b38d71a3 100644
--- a/third_party/WebKit/Source/core/html/HTMLTrackElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLTrackElement.h
@@ -69,7 +69,6 @@ class HTMLTrackElement final : public HTMLElement,
// TextTrackLoaderClient
void newCuesAvailable(TextTrackLoader*) override;
void cueLoadingCompleted(TextTrackLoader*, bool loadingFailed) override;
- void newRegionsAvailable(TextTrackLoader*) override;
void setReadyState(ReadyState);

Powered by Google App Engine
This is Rietveld 408576698