| Index: sky/engine/core/dom/StyleSheetCollection.h
|
| diff --git a/sky/engine/core/dom/StyleSheetCollection.h b/sky/engine/core/dom/StyleSheetCollection.h
|
| index bdd208f286c1071a89050d23c969308e9c7aaf73..a678582a409f79bbbcf78c9ea90f86c4fbcc81d4 100644
|
| --- a/sky/engine/core/dom/StyleSheetCollection.h
|
| +++ b/sky/engine/core/dom/StyleSheetCollection.h
|
| @@ -68,6 +68,8 @@ private:
|
| TreeScope& m_treeScope;
|
| DocumentOrderedList m_styleSheetCandidateNodes;
|
| Vector<RefPtr<CSSStyleSheet>> m_activeAuthorStyleSheets;
|
| +
|
| + bool m_needsUpdate;
|
| };
|
|
|
| }
|
|
|