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

Unified Diff: Source/core/html/parser/BackgroundHTMLParser.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
Index: Source/core/html/parser/BackgroundHTMLParser.h
diff --git a/Source/core/html/parser/BackgroundHTMLParser.h b/Source/core/html/parser/BackgroundHTMLParser.h
index f1a76fd000577676c9ef0ea5b580076ebfeb221d..4b3331cabea65e0d89a66023383f42f4ba6e0d25 100644
--- a/Source/core/html/parser/BackgroundHTMLParser.h
+++ b/Source/core/html/parser/BackgroundHTMLParser.h
@@ -65,6 +65,8 @@ public:
String unparsedInput;
};
+ void acceptData(const char* data, int dataLength);
+
void appendBytes(PassOwnPtr<Vector<char> >);
abarth-chromium 2014/03/10 21:52:20 We might want to rename this function so that it's
oystein (OOO til 10th of July) 2014/03/17 21:19:11 Done.
void setDecoder(PassOwnPtr<TextResourceDecoder>);
void flush();

Powered by Google App Engine
This is Rietveld 408576698