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

Unified Diff: third_party/WebKit/Source/core/css/CSSRule.h

Issue 2795223002: Remove WEBKIT_KEYFRAMES_RULE and WEBKIT_KEYFRAME_RULE (Closed)
Patch Set: changes in ui/filemanager/ Created 3 years, 8 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/CSSRule.h
diff --git a/third_party/WebKit/Source/core/css/CSSRule.h b/third_party/WebKit/Source/core/css/CSSRule.h
index 2490dc89d7c57d5ec54a34f9cb841abe148d34d9..877848c2f66232de3ea28163daaca34efb0fda69 100644
--- a/third_party/WebKit/Source/core/css/CSSRule.h
+++ b/third_party/WebKit/Source/core/css/CSSRule.h
@@ -49,9 +49,7 @@ class CORE_EXPORT CSSRule : public GarbageCollectedFinalized<CSSRule>,
kFontFaceRule = 5,
kPageRule = 6,
kKeyframesRule = 7,
- kWebkitKeyframesRule = kKeyframesRule,
kKeyframeRule = 8,
- kWebkitKeyframeRule = kKeyframeRule,
kNamespaceRule = 10,
kSupportsRule = 12,
kViewportRule = 15,

Powered by Google App Engine
This is Rietveld 408576698