| Index: Source/core/dom/ShadowTreeStyleSheetCollection.h
|
| diff --git a/Source/core/dom/ShadowTreeStyleSheetCollection.h b/Source/core/dom/ShadowTreeStyleSheetCollection.h
|
| index a849d68cb2b8d5f2b3c24677fc498ef4423aea48..253ad63cd12f702c3cfe154117dc28bd81d2ec65 100644
|
| --- a/Source/core/dom/ShadowTreeStyleSheetCollection.h
|
| +++ b/Source/core/dom/ShadowTreeStyleSheetCollection.h
|
| @@ -36,17 +36,17 @@ class CSSStyleSheet;
|
| class ShadowRoot;
|
| class StyleSheet;
|
| class StyleSheetCollection;
|
| -class StyleSheetCollections;
|
| +class StyleEngine;
|
|
|
| class ShadowTreeStyleSheetCollection FINAL : public StyleSheetCollection {
|
| WTF_MAKE_NONCOPYABLE(ShadowTreeStyleSheetCollection); WTF_MAKE_FAST_ALLOCATED;
|
| public:
|
| explicit ShadowTreeStyleSheetCollection(ShadowRoot&);
|
|
|
| - bool updateActiveStyleSheets(StyleSheetCollections*, StyleResolverUpdateMode);
|
| + bool updateActiveStyleSheets(StyleEngine*, StyleResolverUpdateMode);
|
|
|
| private:
|
| - void collectStyleSheets(StyleSheetCollections*, Vector<RefPtr<StyleSheet> >& styleSheets, Vector<RefPtr<CSSStyleSheet> >& activeSheets);
|
| + void collectStyleSheets(StyleEngine*, Vector<RefPtr<StyleSheet> >& styleSheets, Vector<RefPtr<CSSStyleSheet> >& activeSheets);
|
| };
|
|
|
| }
|
|
|