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

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

Issue 100563004: Redirect HTML resource bytes directly to parser thread (Blink side CL) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@parserthread_decodermove
Patch Set: Conflict fix Created 6 years, 9 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 | « no previous file | Source/core/fetch/ResourceLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | Source/core/fetch/ResourceLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698