| Index: third_party/WebKit/Source/core/dom/StyleEngine.h
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleEngine.h b/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| index d99c5d0f470508b13e6f3914b3845dc6182501fd..80d75bfceeb78c6dc30f154148bc85f9223d3f73 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| +++ b/third_party/WebKit/Source/core/dom/StyleEngine.h
|
| @@ -343,6 +343,7 @@ class CORE_EXPORT StyleEngine final
|
| global_rule_set_->Update(GetDocument());
|
| }
|
| const MediaQueryEvaluator& EnsureMediaQueryEvaluator();
|
| + void UpdateStyleSheetList(TreeScope&);
|
|
|
| Member<Document> document_;
|
| bool is_master_;
|
|
|