Chromium Code Reviews| 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(); |