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

Unified Diff: Source/core/fetch/TextTrackResource.h

Issue 50123006: Let TextTrackResource be a RawResource (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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 | « Source/core/fetch/ResourceClient.h ('k') | Source/core/fetch/TextTrackResource.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fetch/TextTrackResource.h
diff --git a/Source/core/fetch/TextTrackResource.h b/Source/core/fetch/TextTrackResource.h
index 3599f0bfa4dbada20fdb868eb77aa8a74be47c09..48af088ed8d7bbb214734e67bcca6ce40402b600 100644
--- a/Source/core/fetch/TextTrackResource.h
+++ b/Source/core/fetch/TextTrackResource.h
@@ -26,16 +26,14 @@
#ifndef TextTrackResource_h
#define TextTrackResource_h
-#include "core/fetch/Resource.h"
+#include "core/fetch/RawResource.h"
namespace WebCore {
-class TextTrackResource : public Resource {
+class TextTrackResource : public RawResource {
public:
TextTrackResource(const ResourceRequest&);
virtual ~TextTrackResource();
-
- virtual void appendData(const char*, int) OVERRIDE;
};
}
« no previous file with comments | « Source/core/fetch/ResourceClient.h ('k') | Source/core/fetch/TextTrackResource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698