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

Unified Diff: Source/core/dom/StyleEngine.h

Issue 143463011: [import] support document.stylesheets in imported documents. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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/dom/StyleEngine.h
diff --git a/Source/core/dom/StyleEngine.h b/Source/core/dom/StyleEngine.h
index b3fe260a4cff6aad5c8d8de62a66eb4c4b2d9716..b159c439598d08db90423b47c0c06f2c36919406 100644
--- a/Source/core/dom/StyleEngine.h
+++ b/Source/core/dom/StyleEngine.h
@@ -108,6 +108,7 @@ public:
void clearMediaQueryRuleSetStyleSheets();
void collectDocumentStyleSheets(DocumentStyleSheetCollector&);
+ void setStyleSheetsForStyleSheetList(const Vector<RefPtr<StyleSheet> >&);
bool updateActiveStyleSheets(StyleResolverUpdateMode);
String preferredStylesheetSetName() const { return m_preferredStylesheetSetName; }

Powered by Google App Engine
This is Rietveld 408576698