Chromium Code Reviews

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

Issue 52563002: Remove TextTrackResource (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@dataReceived
Patch Set: simplify Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/fetch/TextTrackResource.cpp ('k') | Source/core/loader/TextTrackLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/TextTrackLoader.h
diff --git a/Source/core/loader/TextTrackLoader.h b/Source/core/loader/TextTrackLoader.h
index 60a63e8ce8d83a019053a147ae64b397091f4c0f..2dd1cb35a35ca161e2bee20b1967a234311e2c9b 100644
--- a/Source/core/loader/TextTrackLoader.h
+++ b/Source/core/loader/TextTrackLoader.h
@@ -28,7 +28,6 @@
#include "core/fetch/RawResource.h"
#include "core/fetch/ResourcePtr.h"
-#include "core/fetch/TextTrackResource.h"
#include "core/html/track/WebVTTParser.h"
#include "platform/Timer.h"
#include "wtf/OwnPtr.h"
@@ -85,7 +84,7 @@ private:
TextTrackLoaderClient* m_client;
OwnPtr<WebVTTParser> m_cueParser;
- ResourcePtr<TextTrackResource> m_resource;
+ ResourcePtr<RawResource> m_resource;
// FIXME: Remove this pointer and get the Document from m_client.
Document& m_document;
Timer<TextTrackLoader> m_cueLoadTimer;
« no previous file with comments | « Source/core/fetch/TextTrackResource.cpp ('k') | Source/core/loader/TextTrackLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine