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

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: Created 6 years, 10 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') | Source/core/fetch/ResourceLoader.cpp » ('J')
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 151adb08015bd57196381ec57202d2523c8eb76d..2d7dd984e9e8c536282ec58340b35c423e9d11ad 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(blink::WebThreadedDataReceiver*);
+
void releaseResources();
void didChangePriority(ResourceLoadPriority);
« no previous file with comments | « no previous file | Source/core/fetch/ResourceLoader.cpp » ('j') | Source/core/fetch/ResourceLoader.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698