| Index: Source/core/fetch/ResourceLoader.h
|
| diff --git a/Source/core/fetch/ResourceLoader.h b/Source/core/fetch/ResourceLoader.h
|
| index 94e3a7b6c413f92587c232e96f0c8fa6e01f7043..ab5e3a0e5fe35cd736015c31dc863062f53e7d77 100644
|
| --- a/Source/core/fetch/ResourceLoader.h
|
| +++ b/Source/core/fetch/ResourceLoader.h
|
| @@ -36,6 +36,10 @@
|
| #include "wtf/Forward.h"
|
| #include "wtf/RefCounted.h"
|
|
|
| +namespace blink {
|
| +class WebThreadedDataReceiver;
|
| +}
|
| +
|
| namespace WebCore {
|
|
|
| class Resource;
|
| @@ -62,6 +66,8 @@ public:
|
| void setDefersLoading(bool);
|
| bool defersLoading() const { return m_defersLoading; }
|
|
|
| + void attachThreadedDataReceiver(PassOwnPtr<blink::WebThreadedDataReceiver>);
|
| +
|
| void releaseResources();
|
|
|
| void didChangePriority(ResourceLoadPriority, int intraPriorityValue);
|
|
|