| Index: third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollection.h
|
| diff --git a/third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollection.h b/third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollection.h
|
| index 9f750024addabec3e2742afb4dd1c9e4dd84fb39..1785e7bb51162bb8ae5b16f854167144221e0682 100644
|
| --- a/third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollection.h
|
| +++ b/third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollection.h
|
| @@ -54,6 +54,7 @@ class CORE_EXPORT TreeScopeStyleSheetCollection : public StyleSheetCollection {
|
| bool MediaQueryAffectingValueChanged();
|
|
|
| virtual bool IsShadowTreeStyleSheetCollection() const { return false; }
|
| + void CollectStyleSheetsForList();
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|