| Index: third_party/WebKit/Source/core/dom/ShadowTreeStyleSheetCollection.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ShadowTreeStyleSheetCollection.h b/third_party/WebKit/Source/core/dom/ShadowTreeStyleSheetCollection.h
|
| index a94cd34d8882c3fa1213cee6b8534dbc9929ef5f..d21ea41ca2e4e5f9dd15f612520ff95f5639f3a3 100644
|
| --- a/third_party/WebKit/Source/core/dom/ShadowTreeStyleSheetCollection.h
|
| +++ b/third_party/WebKit/Source/core/dom/ShadowTreeStyleSheetCollection.h
|
| @@ -41,7 +41,7 @@ class ShadowTreeStyleSheetCollection final : public TreeScopeStyleSheetCollectio
|
| public:
|
| explicit ShadowTreeStyleSheetCollection(ShadowRoot&);
|
|
|
| - void updateActiveStyleSheets(StyleEngine&, StyleResolverUpdateMode);
|
| + void updateActiveStyleSheets();
|
|
|
| bool isShadowTreeStyleSheetCollection() const final { return true; }
|
|
|
| @@ -51,7 +51,7 @@ public:
|
| }
|
|
|
| private:
|
| - void collectStyleSheets(StyleEngine&, StyleSheetCollection&);
|
| + void collectStyleSheets(StyleSheetCollection&);
|
| };
|
|
|
| DEFINE_TYPE_CASTS(ShadowTreeStyleSheetCollection, TreeScopeStyleSheetCollection, value, value->isShadowTreeStyleSheetCollection(), value.isShadowTreeStyleSheetCollection());
|
|
|