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

Unified Diff: Source/core/loader/DocumentLoader.h

Issue 690793003: Threaded data provider: Support main thread data notifications (Blink side) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review fixes Created 5 years, 11 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
Index: Source/core/loader/DocumentLoader.h
diff --git a/Source/core/loader/DocumentLoader.h b/Source/core/loader/DocumentLoader.h
index 948395f4ec44422066aab6adaeae5163ec36888a..8f2730b7a757ca33571a56227a828f72d1d4ba45 100644
--- a/Source/core/loader/DocumentLoader.h
+++ b/Source/core/loader/DocumentLoader.h
@@ -118,6 +118,7 @@ namespace blink {
void cancelMainResourceLoad(const ResourceError&);
void attachThreadedDataReceiver(PassOwnPtr<blink::WebThreadedDataReceiver>);
+ void acceptDataFromThreadedReceiver(const char* data, int dataLength, int encodedDataLength);
DocumentLoadTiming* timing() { return &m_documentLoadTiming; }
ApplicationCacheHost* applicationCacheHost() const { return m_applicationCacheHost.get(); }

Powered by Google App Engine
This is Rietveld 408576698