| Index: sky/engine/core/dom/TreeScopeStyleSheetCollection.h
|
| diff --git a/sky/engine/core/dom/TreeScopeStyleSheetCollection.h b/sky/engine/core/dom/TreeScopeStyleSheetCollection.h
|
| index 5909ac03a63aa0036fbae256f11feb4760e89e1f..c0782376d5e308b12afbd62b2275ca2a124de63f 100644
|
| --- a/sky/engine/core/dom/TreeScopeStyleSheetCollection.h
|
| +++ b/sky/engine/core/dom/TreeScopeStyleSheetCollection.h
|
| @@ -52,8 +52,6 @@ public:
|
| void removeStyleSheetCandidateNode(Node*, ContainerNode* scopingNode);
|
| bool hasStyleSheetCandidateNodes() const { return !m_styleSheetCandidateNodes.isEmpty(); }
|
|
|
| - bool usesRemUnits() const { return m_usesRemUnits; }
|
| -
|
| DocumentOrderedList& styleSheetCandidateNodes() { return m_styleSheetCandidateNodes; }
|
|
|
| void clearMediaQueryRuleSetStyleSheets();
|
| @@ -70,11 +68,8 @@ protected:
|
| Additive
|
| };
|
|
|
| - void updateUsesRemUnits();
|
| -
|
| protected:
|
| RawPtr<TreeScope> m_treeScope;
|
| - bool m_usesRemUnits;
|
|
|
| DocumentOrderedList m_styleSheetCandidateNodes;
|
| };
|
|
|