Index: third_party/WebKit/Source/core/fetch/TextResource.h |
diff --git a/third_party/WebKit/Source/core/fetch/TextResource.h b/third_party/WebKit/Source/core/fetch/TextResource.h |
index a412f16cf76af726f494602c89d5eb38c4ad92bb..2015c5402108eff788c0d67115eb03d3f294e8ee 100644 |
--- a/third_party/WebKit/Source/core/fetch/TextResource.h |
+++ b/third_party/WebKit/Source/core/fetch/TextResource.h |
@@ -17,6 +17,7 @@ public: |
// Returns the decoded data in text form. The data has to be available at |
// call time. |
String decodedText() const; |
+ String streamDecodedText(size_t* position) const; |
void setEncoding(const String&) override; |
String encoding() const override; |