| Index: sky/engine/core/dom/ShadowTreeStyleSheetCollection.h
|
| diff --git a/sky/engine/core/dom/ShadowTreeStyleSheetCollection.h b/sky/engine/core/dom/ShadowTreeStyleSheetCollection.h
|
| index 7634404c76376e46847dfbecb9c48bf7b5a87480..dcd8d6745fdb01fc0fbab28f1c050a5552b94499 100644
|
| --- a/sky/engine/core/dom/ShadowTreeStyleSheetCollection.h
|
| +++ b/sky/engine/core/dom/ShadowTreeStyleSheetCollection.h
|
| @@ -42,7 +42,7 @@ class ShadowTreeStyleSheetCollection final : public TreeScopeStyleSheetCollectio
|
| public:
|
| explicit ShadowTreeStyleSheetCollection(ShadowRoot&);
|
|
|
| - void updateActiveStyleSheets(StyleEngine*, StyleResolverUpdateMode);
|
| + void updateActiveStyleSheets(StyleEngine*);
|
|
|
| private:
|
| void collectStyleSheets(StyleEngine*, StyleSheetCollection&);
|
|
|