| Index: sky/engine/core/dom/StyleEngine.h
|
| diff --git a/sky/engine/core/dom/StyleEngine.h b/sky/engine/core/dom/StyleEngine.h
|
| index 24aef6d50672de361e2c7199906e817aa66e7ba8..88a47e8173ec1727c38ac87eaa3604103e0b293c 100644
|
| --- a/sky/engine/core/dom/StyleEngine.h
|
| +++ b/sky/engine/core/dom/StyleEngine.h
|
| @@ -72,7 +72,6 @@ public:
|
|
|
| const Vector<RefPtr<CSSStyleSheet>>& activeAuthorStyleSheetsFor(TreeScope&);
|
|
|
| - void modifiedStyleSheet(CSSStyleSheet*);
|
| void addStyleSheetCandidateNode(Node*, bool createdByParser);
|
| void removeStyleSheetCandidateNode(Node*, ContainerNode* scopingNode, TreeScope&);
|
|
|
| @@ -129,8 +128,6 @@ private:
|
| StyleSheetCollection* ensureStyleSheetCollectionFor(TreeScope&);
|
| StyleSheetCollection* styleSheetCollectionFor(TreeScope&);
|
|
|
| - void markTreeScopeDirty(TreeScope&);
|
| -
|
| void createResolver();
|
|
|
| const StyleSheetCollection* documentStyleSheetCollection() const
|
| @@ -152,7 +149,6 @@ private:
|
| StyleSheetCollectionMap m_styleSheetCollectionMap;
|
|
|
| typedef ListHashSet<TreeScope*, 16> TreeScopeSet;
|
| - TreeScopeSet m_dirtyTreeScopes;
|
| TreeScopeSet m_activeTreeScopes;
|
|
|
| bool m_ignorePendingStylesheets;
|
|
|