Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Unified Diff: third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h

Issue 2420413005: Collect @viewport before constructing RuleSets. (Closed)
Patch Set: Rebased Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&);
« no previous file with comments | « third_party/WebKit/Source/core/css/RuleSet.cpp ('k') | third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698