| 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 f63a27ec5c2e955e6c395d8f259b0238c6035db8..9f750024addabec3e2742afb4dd1c9e4dd84fb39 100644
|
| --- a/third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollection.h
|
| +++ b/third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollection.h
|
| @@ -49,6 +49,7 @@ class CORE_EXPORT TreeScopeStyleSheetCollection : public StyleSheetCollection {
|
| bool HasStyleSheetCandidateNodes() const {
|
| return !style_sheet_candidate_nodes_.IsEmpty();
|
| }
|
| + bool HasStyleSheets() const;
|
|
|
| bool MediaQueryAffectingValueChanged();
|
|
|
|
|