| Index: sky/engine/core/css/resolver/ScopedStyleResolver.h
|
| diff --git a/sky/engine/core/css/resolver/ScopedStyleResolver.h b/sky/engine/core/css/resolver/ScopedStyleResolver.h
|
| index d1aef89415c638e1102299107fd6ed412418bff0..4ba3a2738542fc4e0e4d7e65c0a3626d9407cf10 100644
|
| --- a/sky/engine/core/css/resolver/ScopedStyleResolver.h
|
| +++ b/sky/engine/core/css/resolver/ScopedStyleResolver.h
|
| @@ -66,8 +66,6 @@ public:
|
|
|
| void updateActiveStyleSheets();
|
|
|
| - const MediaQueryResultList& viewportDependentMediaQueryResults() const;
|
| -
|
| Vector<RefPtr<CSSStyleSheet>>& authorStyleSheets() { return m_authorStyleSheets; }
|
| const Vector<RefPtr<CSSStyleSheet>>& authorStyleSheets() const { return m_authorStyleSheets; }
|
|
|
| @@ -83,7 +81,6 @@ private:
|
| TreeScope& m_scope;
|
| DocumentOrderedList m_styleSheetCandidateNodes;
|
| Vector<RefPtr<CSSStyleSheet>> m_authorStyleSheets;
|
| - MediaQueryResultList m_viewportDependentMediaQueryResults;
|
| RuleFeatureSet m_features;
|
| };
|
|
|
|
|