| Index: third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h b/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h
|
| index 3cac30d0f0ddd8a7109d73c71f9ca252b899392d..3e79497379c7443be45ad3ba812452434ba7f1d4 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h
|
| +++ b/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h
|
| @@ -57,7 +57,7 @@ class ScopedStyleResolver final : public GarbageCollected<ScopedStyleResolver> {
|
| StyleRuleKeyframes* keyframeStylesForAnimation(
|
| const StringImpl* animationName);
|
|
|
| - void appendCSSStyleSheet(CSSStyleSheet&, const MediaQueryEvaluator&);
|
| + void appendCSSStyleSheet(CSSStyleSheet&);
|
| void appendActiveStyleSheets(unsigned index, const ActiveStyleSheetVector&);
|
| void collectMatchingAuthorRules(ElementRuleCollector&,
|
| CascadeOrder = ignoreCascadeOrder);
|
| @@ -91,6 +91,8 @@ class ScopedStyleResolver final : public GarbageCollected<ScopedStyleResolver> {
|
| Member<TreeScope> m_scope;
|
|
|
| HeapVector<Member<CSSStyleSheet>> m_authorStyleSheets;
|
| + MediaQueryResultList m_viewportDependentMediaQueryResults;
|
| + MediaQueryResultList m_deviceDependentMediaQueryResults;
|
|
|
| using KeyframesRuleMap =
|
| HeapHashMap<const StringImpl*, Member<StyleRuleKeyframes>>;
|
|
|