Index: Source/core/css/resolver/ScopedStyleResolver.h |
diff --git a/Source/core/css/resolver/ScopedStyleResolver.h b/Source/core/css/resolver/ScopedStyleResolver.h |
index 268c6933b9d5c03ad960fbe97fffd59120e323af..cff62fa96928bcd98b74b46c2ccf28f11a3ffa70 100644 |
--- a/Source/core/css/resolver/ScopedStyleResolver.h |
+++ b/Source/core/css/resolver/ScopedStyleResolver.h |
@@ -38,8 +38,8 @@ |
namespace blink { |
class PageRuleCollector; |
-class StyleResolver; |
class StyleSheetContents; |
+class ViewportStyleResolver; |
// This class selects a LayoutStyle for a given element based on a collection of stylesheets. |
class ScopedStyleResolver final : public NoBaseWillBeGarbageCollected<ScopedStyleResolver> { |
@@ -65,7 +65,7 @@ public: |
void matchPageRules(PageRuleCollector&); |
void collectFeaturesTo(RuleFeatureSet&, HashSet<const StyleSheetContents*>& visitedSharedStyleSheetContents) const; |
void resetAuthorStyle(); |
- void collectViewportRulesTo(StyleResolver*) const; |
+ void collectViewportRulesTo(ViewportStyleResolver*) const; |
DECLARE_TRACE(); |