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

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

Issue 51883010: Simplify HTMLTrackElement::didCompleteLoad (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@refTextTrackLoaderClient
Patch Set: Created 7 years, 2 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
« no previous file with comments | « no previous file | Source/core/html/HTMLTrackElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLTrackElement.h
diff --git a/Source/core/html/HTMLTrackElement.h b/Source/core/html/HTMLTrackElement.h
index f6676bd3522dfd8fae4989cfe283baadeccbf68e..ce0e1ba6bf24567992108223a7462241e0153697 100644
--- a/Source/core/html/HTMLTrackElement.h
+++ b/Source/core/html/HTMLTrackElement.h
@@ -59,7 +59,7 @@ public:
void scheduleLoad();
enum LoadStatus { Failure, Success };
- virtual void didCompleteLoad(LoadableTextTrack*, LoadStatus);
+ void didCompleteLoad(LoadStatus);
const AtomicString& mediaElementCrossOriginAttribute() const;
« no previous file with comments | « no previous file | Source/core/html/HTMLTrackElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698