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 b07098376bf546bb806453ac3497c15df051978a..0a499bb768848425114bc60f9cc32ddef64a5b0c 100644 |
--- a/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h |
+++ b/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h |
@@ -72,7 +72,6 @@ class ScopedStyleResolver final : public GarbageCollected<ScopedStyleResolver> { |
HeapHashSet<Member<const StyleSheetContents>>& |
visitedSharedStyleSheetContents) const; |
void resetAuthorStyle(); |
- void collectViewportRulesTo(ViewportStyleResolver*) const; |
bool hasDeepOrShadowSelector() const { return m_hasDeepOrShadowSelector; } |
void setHasUnresolvedKeyframesRule() { m_hasUnresolvedKeyframesRule = true; } |
static void keyframesRulesAdded(const TreeScope&); |