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

Unified Diff: third_party/WebKit/Source/core/fetch/TextResource.h

Issue 1819593002: Preload scan external css for @import (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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: 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;

Powered by Google App Engine
This is Rietveld 408576698