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

Unified Diff: third_party/WebKit/Source/core/loader/TextTrackLoader.h

Issue 1471283006: TextTrackLoaderClient should not be a ResourceOwner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « third_party/WebKit/Source/core/html/HTMLTrackElement.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/loader/TextTrackLoader.h
diff --git a/third_party/WebKit/Source/core/loader/TextTrackLoader.h b/third_party/WebKit/Source/core/loader/TextTrackLoader.h
index b301b352915a120ccb765371e0782856c6ee9e54..1677f88cc602c5dc15f3f63adf45807d96f79435 100644
--- a/third_party/WebKit/Source/core/loader/TextTrackLoader.h
+++ b/third_party/WebKit/Source/core/loader/TextTrackLoader.h
@@ -38,9 +38,9 @@ namespace blink {
class Document;
class TextTrackLoader;
-class TextTrackLoaderClient : public ResourceOwner<RawResource> {
+class TextTrackLoaderClient {
public:
- ~TextTrackLoaderClient() override {}
+ virtual ~TextTrackLoaderClient() {}
virtual void newCuesAvailable(TextTrackLoader*) = 0;
virtual void cueLoadingCompleted(TextTrackLoader*, bool loadingFailed) = 0;
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLTrackElement.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698