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

Unified Diff: third_party/WebKit/Source/core/css/StyleSheetContents.h

Issue 2290983003: CSSStyleSheetResource should cache decoded text instead of raw bytes (Closed)
Patch Set: Created 4 years, 4 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/css/StyleSheetContents.h
diff --git a/third_party/WebKit/Source/core/css/StyleSheetContents.h b/third_party/WebKit/Source/core/css/StyleSheetContents.h
index ae3d78c6608c4ca89226a7272d245209d69698af..72fc8770d4715fd2113c2bafc37db2b1105243b0 100644
--- a/third_party/WebKit/Source/core/css/StyleSheetContents.h
+++ b/third_party/WebKit/Source/core/css/StyleSheetContents.h
@@ -66,7 +66,7 @@ public:
const AtomicString& defaultNamespace() { return m_defaultNamespace; }
const AtomicString& namespaceURIFromPrefix(const AtomicString& prefix);
- void parseAuthorStyleSheet(const CSSStyleSheetResource*, const SecurityOrigin*);
+ void parseAuthorStyleSheet(CSSStyleSheetResource*, const SecurityOrigin*);
void parseString(const String&);
void parseStringAtPosition(const String&, const TextPosition&);

Powered by Google App Engine
This is Rietveld 408576698