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

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

Issue 23516012: Rename StyleSheetCollections to StyleEngine. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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
« no previous file with comments | « Source/core/css/resolver/StyleResolver.cpp ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 9eb2cdade25da88eefbeec1c447afefaf3000076..20c9915f96fe1868089fb26b22815a08f0c46cdd 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -146,7 +146,7 @@ class SerializedScriptValue;
class Settings;
class StyleResolver;
class StyleSheet;
-class StyleSheetCollections;
+class StyleEngine;
class StyleSheetContents;
class StyleSheetList;
class Text;
@@ -441,7 +441,7 @@ public:
// This is a DOM function.
StyleSheetList* styleSheets();
- StyleSheetCollections* styleSheetCollections() { return m_styleSheetCollections.get(); }
+ StyleEngine* styleEngine() { return m_StyleEngine.get(); }
bool gotoAnchorNeededAfterStylesheetsLoad() { return m_gotoAnchorNeededAfterStylesheetsLoad; }
void setGotoAnchorNeededAfterStylesheetsLoad(bool b) { m_gotoAnchorNeededAfterStylesheetsLoad = b; }
@@ -1229,7 +1229,7 @@ private:
MutationObserverOptions m_mutationObserverTypes;
- OwnPtr<StyleSheetCollections> m_styleSheetCollections;
+ OwnPtr<StyleEngine> m_StyleEngine;
RefPtr<StyleSheetList> m_styleSheetList;
OwnPtr<FormController> m_formController;
« no previous file with comments | « Source/core/css/resolver/StyleResolver.cpp ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698