Index: Source/core/loader/DocumentLoader.h |
diff --git a/Source/core/loader/DocumentLoader.h b/Source/core/loader/DocumentLoader.h |
index 3d32b9c753c3bea42173089ccd80a2cb65a060c8..97fb29d1a02542b2842332c41263e3bbc55761e1 100644 |
--- a/Source/core/loader/DocumentLoader.h |
+++ b/Source/core/loader/DocumentLoader.h |
@@ -43,6 +43,10 @@ |
#include "wtf/HashSet.h" |
#include "wtf/RefPtr.h" |
+namespace blink { |
+class WebThreadedDataReceiver; |
+} |
+ |
namespace WTF { |
class SchedulePair; |
} |
@@ -122,6 +126,7 @@ namespace WebCore { |
void startLoadingMainResource(); |
void cancelMainResourceLoad(const ResourceError&); |
+ void attachThreadedDataReceiver(PassOwnPtr<blink::WebThreadedDataReceiver>); |
DocumentLoadTiming* timing() { return &m_documentLoadTiming; } |
ApplicationCacheHost* applicationCacheHost() const { return m_applicationCacheHost.get(); } |