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

Unified Diff: sky/engine/core/css/RuleSet.h

Issue 876433002: Remove even more @keyframes related code. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « sky/engine/core/css/CSSPropertySourceData.h ('k') | sky/engine/core/css/RuleSet.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/RuleSet.h
diff --git a/sky/engine/core/css/RuleSet.h b/sky/engine/core/css/RuleSet.h
index 425fafb8e2a0a83af8c1ef9f6521c0e69893d301..f4fb9a79908a8df12c453451bd7380547c2f4cec 100644
--- a/sky/engine/core/css/RuleSet.h
+++ b/sky/engine/core/css/RuleSet.h
@@ -24,7 +24,6 @@
#include "sky/engine/core/css/RuleFeature.h"
#include "sky/engine/core/css/StyleRule.h"
-#include "sky/engine/core/css/StyleRuleKeyframes.h"
#include "sky/engine/platform/heap/Handle.h"
#include "sky/engine/wtf/Forward.h"
#include "sky/engine/wtf/HashMap.h"
@@ -106,7 +105,6 @@ private:
void addToRuleSet(const AtomicString& key, PendingRuleMap&, const RuleData&);
void addFontFaceRule(StyleRuleFontFace*);
- void addKeyframesRule(StyleRuleKeyframes*);
void addChildRules(const Vector<RefPtr<StyleRuleBase> >&);
bool findBestRuleSetAndAdd(const CSSSelector&, RuleData&);
« no previous file with comments | « sky/engine/core/css/CSSPropertySourceData.h ('k') | sky/engine/core/css/RuleSet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698